Skip to content

UnbelievaBoat's minigames and economy stuff, but in Python, and completely customizable. Roulette, Blackjack and Cockfight!

License

Notifications You must be signed in to change notification settings

h-ntai/UnbelievaBoat-Python-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UnbelievaBoat-like Discord Bot in python

For questions about the bot and how to set it up: ask me on Discord at <Kendrik 2.0#7373>

Code is finished and will be published here asap.

- Info

The Bot uses most of UnbelievaBoat's commands for minigames and economy (not moderation tho).

It emerged from the problem of UB having a balance ceiling and no automated role-income increasing to user's balances.

- Goal

The goal was to make a easily customizable Template of a discord bot, also fixing the issues stated above. You can use and adjust the code as you want so it fits your needs.

- Install & Use

  1. Create a Discord Application for your bot (see https://youtu.be/b61kcgfOm_4, https://discord.com/developers/applications)
  2. In the Discord Dev Portal, in the "Bot" tab of your application, enable presence intent and server members intent.
  3. Download the code, structured as in this repo.
  4. Open the main.py file, line 40 and change the token to the one of your created bot.
  5. In main.py, go to line 88 and put a channel ID of the server you want to use the bot in. (Activate Developer Mode Discord to copy channel IDs). This channel will be used to send information about the bot status.
  6. In the database/database.json file: scroll down to the symbols part and put a custom emoji name in the "symbol_emoji" variable. - for example if you have a bitcoin emoji called "btc". It must be an emoji you uploaded to the server, not a discord-wide one.
  7. Invite the bot to your server as shown in https://youtu.be/b61kcgfOm_4
  8. Launch main.py with python3. You should be good to go!

About

UnbelievaBoat's minigames and economy stuff, but in Python, and completely customizable. Roulette, Blackjack and Cockfight!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%