https://github.com/masterkale/discord-kirbot
https://github.com/masterkale/discord-kirbot
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/masterkale/discord-kirbot
- Owner: MasterKale
- Created: 2020-01-19T07:58:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T16:36:12.000Z (over 1 year ago)
- Last Synced: 2025-02-28T21:16:37.655Z (over 1 year ago)
- Language: TypeScript
- Size: 268 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kirbot
A simple utility Discord bot
- Invite Link (Kirbot)
- https://discord.com/api/oauth2/authorize?client_id=668262310137298989&permissions=268435456&scope=applications.commands%20bot
- Invite Link (KirbotDev)
- https://discord.com/api/oauth2/authorize?client_id=668263019955879986&permissions=268435456&scope=applications.commands%20bot
## Slash Commands
The following should be enough permissions:
- Manage Roles
This all together is **268435456** in permission bit flags
### Registering update commands
Right now the best way is to shell into the bot and run the npm command from in there:
```sh
$> docker-compose run bot sh
(bot) $> npm run deployCommands
```
This is only necessary when command configs are added, updated, removed, etc... Changes to the handlers don't require this step.