FIX: Added some files to the .gitignore DOC: Added the config.py
@@ -0,0 +1,14 @@
from dotenv import load_dotenv
import os
load_dotenv()
config = {
'DISCORD_TOKEN': os.getenv('DISCORD_TOKEN'),
'GUILD_ID': int(os.getenv('DISCORD_GUILD_ID')),
'modules': {
'currency': {
'enabled': True
}
The note is not visible to the blocked user.