Add a todo
This commit is contained in:
parent
94e2333df2
commit
d867096f39
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ export default {
|
|||
|
||||
// Load all the command per categories
|
||||
// TODO: Check if the command exist in the context (guild)
|
||||
// TODO: List subcommands too
|
||||
client.commands.categories.forEach((commands_name, category) => {
|
||||
const commands = commands_name.reduce((data, command_name) => {
|
||||
return data + `\`/${command_name}\`, `;
|
||||
|
|
Loading…
Reference in a new issue