GitXplorerGitXplorer
R

Bronze-Medalist

public
4 stars
1 forks
0 issues

Commits

List of commits on branch dev.
Unverified
6e574b9c355e9335dc774a05ed67da9acc5afa90

Merge branch 'hotfix/discriminator' into dev

RRealCyGuy committed 3 years ago
Unverified
7771c17d8c1d7df54ef112e15e656a7679bbdc93

Merge remote-tracking branch 'origin/dev' into hotfix/discriminator

RRealCyGuy committed 3 years ago
Verified
8b36b4c9b69ad9845fe410e4d722819932a6af97

Update discriminator

RRealCyGuy committed 3 years ago
Unverified
b110c890400fbf26157365fe7529e9cf6017a938

Merge branch 'release/0.2.11' into dev

RRealCyGuy committed 3 years ago
Unverified
cbff8bb92396dbd19b321e6f353e91847566bed2

Merge branch 'release/0.2.11' into prod

RRealCyGuy committed 3 years ago
Unverified
19c7e6af84c8f948f0366759f008a3ab22a7d023

bump version

RRealCyGuy committed 3 years ago

README

The README file for this repository.

Bronze Medalist

https://bronzemedalist.netlify.app/

Codacy Badge Notion GitHub Workflow Status (branch)

Discord economy bot with slash commands made with discord.py.

Invite link

You can find a public instance of the bot here!

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 https://deta.sh).

Make sure to enable all priviliged intents.

Then you can run bot.py to start the bot.

Other .envs

  • 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 https://bronzemedalist.netlify.app/invite) 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 :)