Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.66 KB

README.MD

File metadata and controls

68 lines (56 loc) · 1.66 KB

Epigeek - BotyGeek 🤖

botygeek is a discord bot to manage epigeek discord server.

⭐ Feature

logs

the bot logs all the event in the server :

  • menber join
  • menber quit
  • message send
  • message delete
  • message edit
  • message ping
  • reation add
  • reaction remove

staff

  • clear
  • ping

roles

  • add roles when player join the server (>addrole)
  • add and remove Gaming roles (>removerole)

✔️ Require

📘 Usage

Install

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r Require.txt

Config

the config file is in run/config.yaml.

token : abcdefghijklmnopqrstovwxyzABCDEFGHIJKLMNOPQRSTOVWXYZ0123456
logs : run/logs
serverID: ~
roleOnJoin : []
roleSelector : []

inside it you can find 2 propery:

  • token : the token of the discord bot
  • logs : the path to the logs folder
  • serverID : the guild id of the main server
  • roleOnJoin : list of role id, will be added when a user join
  • roleSelector : list of gaming role id, will be added when a player ask the bot fot it

Launch

to run the bot

python3 main.py

👪 Contributor

Contributor