Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (29 loc) · 1.87 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.87 KB

Codacy Badge

Discord Bot Codingame

Important: discord.py has stopped his activities so this repo is now archived

Install

git clone https://github.com/Waz0x/codingame_discord_bot.git

pip3 install -r requirements.txt

Go to discord developpers portal create an app and setup app as bot, copy token and paste in config file.

{
    "prefix": "!",
    "token": "paste here"
}

After that simply run the bot

python3 main.py

The bot is self hosted invite him with this link

Commands

Commands Actions
help Display help message (gonna update him soon)
profil display user profile and some stats
link link your codingame profile to your discord account
unlink unlink your codingame profile to your discord account
game send link of the actual game of clash of code
next mention you when the next battle of clash of code start
leaderboard ❌ in a future update

Made with