Bot in french developed with discord.py (rewrite)
This repository has been archived on 2022-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2021-03-19 23:20:09 +01:00
src remove tokens.py and adding environnement variable 2021-03-17 20:25:10 +01:00
.gitignore adding pycache folder 2021-03-19 22:47:44 +01:00
docker-compose.yml ajout docker compose 2021-03-17 21:37:05 +01:00
Dockerfile downgrade python 3.9.2 to 3.8.6 2021-03-17 21:36:41 +01:00
README.md fix link for docker hub page 2021-03-19 23:20:09 +01:00
requirements.txt update depencies 2021-02-22 02:12:28 +01:00

Bot developed with discord.py (rewrite) - FRENCH

Version Docker Stars Docker Pulls Github Stars Github Forks

Setting up

You have to replace TOKEN_DISCORD, TOKEN_GENIUS, TOKEN_REDDIT_CLIENT_ID, TOKEN_REDDIT_CLIENT_SECRET and TOKEN_REDDIT_USER_AGENT with your desired values. With a docker-compose or in command line:

docker run -d \
    --name="kassoubot" \
    mylloon/kassoubot \
    --TOKEN_DISCORD="yourValue" \
    --TOKEN_GENIUS="yourValue" \
    --TOKEN_REDDIT_CLIENT_ID="yourValue" \
    --TOKEN_REDDIT_CLIENT_SECRET="yourValue" \
    --TOKEN_REDDIT_USER_AGENT="yourValue"

To find reddit tokens, go to this site and here are the instructions: instructions

redirection uri (for copy/paste) : http://localhost:8080

Add the bot to your server

  • This site allows you to choose which permissions to add by default to the bot.
    • Choose Administrator so you don't get in over your head.
    • Copy and paste the ID of your bot in Client ID found here and go to the link at the bottom of the page.

Features

Everything is explained by doing .help