Implement slash command

This commit is contained in:
Freeze455
2021-09-03 17:29:22 +02:00
parent 4891972021
commit b7fbcaab4b
3 changed files with 84 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ export const documentation = [
{ label: 'Environment', href: '/documentation/environment', isMenu: false },
{ label: 'Structure', href: '/documentation/structure', isMenu: false },
{ label: 'Commands', href: '/documentation/commands', isMenu: false },
{ label: 'Slash Commands', href: '/documentation/slash-commands', isMenu: false },
{ label: 'Events', href: '/documentation/events', isMenu: false },
{ label: 'Middlewares', href: '/documentation/middlewares', isMenu: false },
{ label: 'Hooks', href: '/documentation/hooks', isMenu: false },