Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Zerbaib/BotDiscordPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotDiscordPython

A Discord bot made in Python with Discord.py to do a little of everything.

To start ...

You have to read so as not to miss it.

Prerequisites

  • Python 3 (I am using 3.9.1)
  • with the Discord.py module (I am using 2.0.1)

Installation

Step 1: Execute the command: pip3 install discord to have the Discord.py module and use the project.

Step 2: Execute: git clone https://github.com/Zerbaib/BotDiscordPython.git to get the bot files.

Step 3: Execute: cd BotDiscordPython to go to the bot folder.

Step 4: Execute: python3 main.py to run the bot. (you must modify the config for the token and the bot id)

To do

  • The log (in discord.log and in the cmd) systeme (1/2)
  • The help system
  • The ping system
  • The info system (bot / server)
  • The invitation system (bot / server)
  • The polling system
  • The system to get the price of bitcoin
  • The question answer system (8ball)
  • The kick / ban / warn system
  • The nick system
  • The clear system
  • The dailyfact system
  • The scissor sheet stone system
  • The say system (in normal / embed message)
  • The bot stop system
  • The blacklist system
  • The music system
  • The reboot system
  • The system for Discord updates (as soon as there is an update it sends an announcement)

Made with

The software :

  • Geany - Text editor + allows me to run the project to test it.

Authors