Feature/vba 77 #178
No reviewers
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/vylbot-app#178
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/VBA-77"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Change back
Change back, also add email
Change back
Make easier to read
Make easier to read
@ -0,0 +40,4 @@
private async SendUsage(context: ICommandContext) {
const prefix = await SettingsHelper.GetServerPrefix(context.message.guild!.id);
const description = [
Move this into its own text file like the other files
@ -0,0 +52,4 @@
}
private async SendAuditForUser(context: ICommandContext) {
const userId = context.args[1];
Should send the usage if this isn't set
@ -0,0 +63,4 @@
return;
}
const publicEmbed = new PublicEmbed(context, "Audit Log", "");
Add user tag
@ -0,0 +89,4 @@
return;
}
const publicEmbed = new PublicEmbed(context, `Audit ${audit.AuditId.toUpperCase()}`, "");
Add user tag
@ -75,6 +77,12 @@ export default class Ban extends Command {
await logEmbed.SendToModLogsChannel();
Not used
@ -74,6 +76,12 @@ export default class Kick extends Command {
Not used
@ -87,6 +89,12 @@ export default class Mute extends Command {
Not used
@ -62,6 +64,12 @@ export default class Warn extends Command {
Not used
Unused import