Skip to content

A Discord Bot With A Lot Of Features + A Website Made With Discord.py

License

Notifications You must be signed in to change notification settings

Jock3r99/Discord-Bot

Repository files navigation

Downloads License size Bitbucket open issues PyPI - Python Version

Joker Bot

A Discord Bot With A Lot Of Features Made With Discord.py, and that is easy to set up and run yourself!

Features

  • Easy to run (just make sure Discord.py is installed, and run!)
  • Includes DataBase For Economy
  • No external keys needed (besides a Discord Bot token)
  • Config.py File So You Dont Need To Edit The Code
  • A Lot Of Commands For Moderation, Economy And More!
  • Clean and beautiful Design For Embeds
  • A Cool Website For The Bot
  • A Beautiful Responsive Website (Pc And Phone)
  • More Updates And Commands In Future

Requirements

  • Python +3.7V
  • Discord.py
  • dotenv
  • youtube_dl
  • wavelink

Setup

  • 1- Installing Requirements:
pip install discord.py
pip install dotenv
pip install youtube_dl
pip install wavelink
  • 2- Editing config.py:
token = "YOUR_TOKEN"
prefix = "PREFIX"
help_thumbnail = "BANNER LINK!"
TICKET_EMBED = "BANNER LINK!"
POLL_EMBED = "BANNER LINK!"
THEME_COLOUR = discord.Colour.random()

NOTE: Make Sure To Enable The Intents In Developer Portal

  • 3- Running The Code:
python main.py

Hosting:

  • You Can Host The Website With Host
  • If You Got Problems You Can Contact Me On Discord Discord

Commands:

  • help
  • Moderation: ban , kick , clear , poll
  • Economy: work , beg , balance , deposit, withdraw , shop , buy , sell , bag | server_coins , servers_shop , buy_item | addcoins_sv , add_money
  • Ticket: tcreate , tclose
  • Events: number , giveaway , darkweb
  • Information: support , server , ping , vote
  • Music: join , leave , play , pause , stop , resume , volume

Editing

This bot (and the source code here) might not be easy to edit for inexperienced programmers. The main purpose of having the source public is to show the capabilities of the libraries, to allow others to understand how the bot works, and to allow those knowledgeable about discord.py and Discord bot development to contribute. There are many requirements and dependencies required to edit and compile it, and there will not be support provided for people looking to make changes on their own. Instead, consider making a feature request (see the above section). If you choose to make edits, please do so in accordance with the MIT License.