mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous rewrite: some minor info embed improvements
This commit is contained in:
@@ -2,8 +2,10 @@ import discord
|
||||
from src.utils import config, logger
|
||||
from src.dc.handlers import rename_vc
|
||||
from src.dc.helpers import validate_channel
|
||||
from src.dc.commands import setup_commands
|
||||
|
||||
bot = discord.Bot(intents=discord.Intents.all())
|
||||
setup_commands(bot=bot)
|
||||
|
||||
@bot.event
|
||||
async def on_ready():
|
||||
@@ -17,4 +19,16 @@ async def on_ready():
|
||||
try:
|
||||
bot.run(config["token"])
|
||||
except:
|
||||
logger("Feher peim parsen des tokens", "fatal")
|
||||
logger("Feher peim parsen des tokens", "fatal")
|
||||
|
||||
'''
|
||||
TODO
|
||||
- Only choose connections in the future
|
||||
- discord reconnection handling
|
||||
- Automatic transfer
|
||||
- discord status
|
||||
- text announcements
|
||||
- voice announcements
|
||||
- improved error handling (retry connection)
|
||||
- Footer Notice Slogangs
|
||||
'''
|
||||
Reference in New Issue
Block a user