Feature/vba 77 #178

Merged
Vylpes merged 13 commits from feature/VBA-77 into develop 2022-09-05 18:10:04 +01:00
Vylpes commented 2022-08-20 11:12:55 +01:00 (Migrated from github.com)
No description provided.
VylpesTester (Migrated from github.com) requested changes 2022-08-20 21:02:02 +01:00
VylpesTester (Migrated from github.com) commented 2022-08-20 20:58:22 +01:00

Change back

Change back
VylpesTester (Migrated from github.com) commented 2022-08-20 20:58:31 +01:00

Change back, also add email

Change back, also add email
VylpesTester (Migrated from github.com) commented 2022-08-20 20:58:38 +01:00

Change back

Change back
VylpesTester (Migrated from github.com) commented 2022-08-20 20:59:13 +01:00

Make easier to read

Make easier to read
VylpesTester (Migrated from github.com) commented 2022-08-20 20:59:21 +01:00

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 = [
VylpesTester (Migrated from github.com) commented 2022-08-20 20:59:48 +01:00

Move this into its own text file like the other files

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];
VylpesTester (Migrated from github.com) commented 2022-08-20 21:00:00 +01:00

Should send the usage if this isn't set

Should send the usage if this isn't set
@ -0,0 +63,4 @@
return;
}
const publicEmbed = new PublicEmbed(context, "Audit Log", "");
VylpesTester (Migrated from github.com) commented 2022-08-20 21:00:14 +01:00

Add user tag

Add user tag
@ -0,0 +89,4 @@
return;
}
const publicEmbed = new PublicEmbed(context, `Audit ${audit.AuditId.toUpperCase()}`, "");
VylpesTester (Migrated from github.com) commented 2022-08-20 21:00:25 +01:00

Add user tag

Add user tag
@ -75,6 +77,12 @@ export default class Ban extends Command {
await logEmbed.SendToModLogsChannel();
VylpesTester (Migrated from github.com) commented 2022-08-20 21:00:38 +01:00

Not used

Not used
@ -74,6 +76,12 @@ export default class Kick extends Command {
VylpesTester (Migrated from github.com) commented 2022-08-20 21:00:51 +01:00

Not used

Not used
@ -87,6 +89,12 @@ export default class Mute extends Command {
VylpesTester (Migrated from github.com) commented 2022-08-20 21:00:59 +01:00

Not used

Not used
@ -62,6 +64,12 @@ export default class Warn extends Command {
VylpesTester (Migrated from github.com) commented 2022-08-20 21:01:14 +01:00

Not used

Not used
VylpesTester (Migrated from github.com) commented 2022-08-20 21:01:38 +01:00

Unused import

Unused import
VylpesTester (Migrated from github.com) approved these changes 2022-09-05 18:09:45 +01:00
Vylpes referenced this pull request from a commit 2023-07-08 13:30:23 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/vylbot-app#178
No description provided.