Update the README with useful info

This commit is contained in:
Marc Di Luzio 2024-08-09 23:33:39 +01:00
parent 24026737a7
commit 95cb8bc868
2 changed files with 22 additions and 4 deletions

View file

@ -9,7 +9,6 @@ from discord import app_commands
from discord.ext import commands
# Config contains
# TOKEN : str - Discord bot token
# SERVERS : list[int] - ids of the servers to have commands active
# OWNERS : list[int] - ids of owners able to use the owner commands
import config