Parent Directory
|
Revision Log
|
Patch
trunk/src/cli-commands/guildBans/BanGuildCommand.ts revision 77 by rakin, Mon Jul 29 17:28:30 2024 UTC | trunk/src/cli-commands/guild/BanGuildCommand.ts revision 81 by rakin, Mon Jul 29 17:28:31 2024 UTC | |
---|---|---|
# | Line 7 export default class BanGuildCommand ext | Line 7 export default class BanGuildCommand ext |
7 | requiredArgs = 1; | requiredArgs = 1; |
8 | ||
9 | constructor() { | constructor() { |
10 | super('banguild', 'guildBans'); | super('banguild', 'guild'); |
11 | } | } |
12 | ||
13 | async run(client: DiscordClient, argv: string[], args: string[]) { | async run(client: DiscordClient, argv: string[], args: string[]) { |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |