upload from local

upload muzovkantv2 from local storage
This commit is contained in:
2026-03-08 14:35:33 +05:00
committed by GitHub
parent 86361adabe
commit 5f00de56b9
29 changed files with 1089 additions and 0 deletions

15
config.py Normal file
View File

@@ -0,0 +1,15 @@
import os
from dotenv import load_dotenv
load_dotenv()
TOKEN = os.getenv('DISCORD_TOKEN')
CHANNEL_ID = 1454107749028855971 # roles channel
FUNCHOSA_CHANNEL_ID = 1379127661095551048
REACTION_ROLES = {
'💩': 1454112057329717434,
'🤙': 1454112345109299281,
'🤕': 1454112388662956093,
'🇺🇦': 1454113041305305200,
}