Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/euro20179/bircle
Amazing discord bot, not convoluted 100%
https://github.com/euro20179/bircle
Last synced: 7 days ago
JSON representation
Amazing discord bot, not convoluted 100%
- Host: GitHub
- URL: https://github.com/euro20179/bircle
- Owner: Euro20179
- Created: 2022-04-26T04:41:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T20:01:12.000Z (about 1 month ago)
- Last Synced: 2024-11-30T21:17:56.739Z (about 1 month ago)
- Language: TypeScript
- Size: 9.48 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazing bot, trust me guys
lol
## Setup
Run `setup.py`
or
Create a file calle `CONFIG.json`, the json must have the following items
```json
{
"general": {
"default-channel": "channel-id",
"prefix": "prefix",
"mode": "dev (optional)",
"admins": ["admin-ids"],
},
"secrets": {
"token": "bot token",
"client-id": "bot client id",
"client-secret": "application client secret",
"guild": "guild id",
}
}
```extra items:
```json
{
"general": {
"enable-chat": boolean
}
}
```