-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blocks closest feature (no refactor/cleanup yet)
- Loading branch information
1 parent
bbb30dc
commit ae10fce
Showing
26 changed files
with
944 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,28 @@ | ||
{ | ||
name: 'info', | ||
translated_name: 'info', | ||
description: 'Get info about the bot!', | ||
translated_description: 'Get info about the bot!', | ||
description: 'Get info about the server or bot!', | ||
translated_description: 'Get info about the server or bot!', | ||
subcommands: [ | ||
{ | ||
name: 'bot', | ||
translated_name: 'bot', | ||
description: 'Get info about the bot!', | ||
translated_description: 'Get info about the bot!', | ||
}, | ||
{ | ||
name: 'server', | ||
translated_name: 'server', | ||
description: 'Get info about the server!', | ||
translated_description: 'Get info about the server!', | ||
}, | ||
{ | ||
name: 'moderation', | ||
translated_name: 'moderation', | ||
description: 'Get info about moderation!', | ||
translated_description: 'Get info about moderation!', | ||
}, | ||
], | ||
aliases: [], | ||
translated_aliases: [], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.