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
Mylloon 0c981a943e modification avis / reminder -> 2 mentions collés ne posent plus de pb
modification reminder -> les liens sont désormais cliquable
2021-05-15 19:45:34 +02:00
src modification avis / reminder -> 2 mentions collés ne posent plus de pb 2021-05-15 19:45:34 +02:00
.gitignore add .envrc 2021-03-22 08:57:33 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-03-28 01:47:31 +01:00
docker-compose.yml harmonization of presets 2021-05-08 02:35:45 +02:00
Dockerfile better docker health 2021-05-13 09:23:49 +02:00
LICENSE Create LICENSE 2021-03-28 01:46:26 +01:00
README.md harmonization of presets 2021-05-08 02:35:45 +02:00
requirements.txt update discord 1.6.0 -> 1.7.2 2021-05-12 02:37:03 +02: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, PREFIX, TOKEN_GENIUS, TOKEN_REDDIT_CLIENT_ID, TOKEN_REDDIT_CLIENT_SECRET, TOKEN_REDDIT_USER_AGENT and TIMEZONE with your desired values. With a docker-compose or in command line:

docker run -d \
    --name="KassouBot" \
    mylloon/kassoubot \
    --TOKEN_DISCORD="yourTokenDiscord" \
    --TOKEN_GENIUS="yourTokenGenius" \
    --TOKEN_REDDIT_CLIENT_ID="yourRedditClientID" \
    --TOKEN_REDDIT_CLIENT_SECRET="yourRedditClientSecret" \
    --TOKEN_REDDIT_USER_AGENT="yourRedditUserAgent" \
    --TIMEZONE="yourTimezone" \
    --PREFIX="yourPrefix"

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 the help command.