https://github.com/realcyguy/bronze-medalist
Discord economy bot with slash commands made with discord.py.
https://github.com/realcyguy/bronze-medalist
Last synced: 4 months ago
JSON representation
Discord economy bot with slash commands made with discord.py.
- Host: GitHub
- URL: https://github.com/realcyguy/bronze-medalist
- Owner: RealCyGuy
- License: mit
- Created: 2021-03-12T19:15:59.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-11T17:32:55.000Z (over 4 years ago)
- Last Synced: 2025-07-06T03:40:49.272Z (11 months ago)
- Language: Python
- Homepage: https://bronzemedalist.netlify.app/
- Size: 53.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bronze Medalist
[](https://www.codacy.com/gh/RealCyGuy/Bronze-Medalist/dashboard)
[-cd7f32?style=for-the-badge&logo=notion)](https://www.notion.so/3bbde558b1dd4a0e8f708b8a91efde01?v=977cb57992614180b0538865a679b8d0)
[](https://github.com/RealCyGuy/Bronze-Medalist/actions/workflows/deploy.yml)
> Discord economy bot with slash commands made with discord.py.
## Invite link
You can find a public instance of the
bot [here](https://discord.com/api/oauth2/authorize?client_id=820018018490646538&permissions=2048&scope=applications.commands%20bot)!
## Hosting
You can host on heroku or ibm's cloud foundry or locally. In any case, you need to have a `.env`/environment variables with `TOKEN` (from discord developer portal)
and `DETA_KEY` (from ).
Make sure to enable all priviliged intents.
Then you can run `bot.py` to start the bot.
## Other `.env`s
- `TESTING_GUILD_ID` - For development to add slash commands quicker.
- `DETABASE_NAME` - Name of deta base for multiple bases in one deta project.
- `EVENT_STARTER_IDS` - Ids for event starters. To start events, the bot needs the manage messages and manage roles
permissions.
- `PREFIX` - Custom prefix for starting events and using the jishaku module. Defaults to b.
- `JISHAKU_NO_UNDERSCORE` - Don't use underscores for jishaku's repl if set to true.
- `INVITE` - Custom invite link (like ) for the invite command.
## Events
Events are free medals that `EVENT_STARTER_IDS` can start. To start an event, use `(prefix)(event_name)` The events
are `last` and `react`. The bot will need extra permissions such as `send messages`, `delete messages`, etc.
## License
[MIT](https://github.com/RealCyGuy/Bronze-Medalist/blob/main/LICENSE.md) :)