Merge remote-tracking branch 'origin/master'

This commit is contained in:
Uwe Pfeifer 2023-03-04 13:48:45 +01:00
commit c4227e0a03

View file

@ -30,6 +30,7 @@ intents.message_content = True
config = configparser.ConfigParser()
config.read('bot.ini')
bottoken = config['General']['bottoken']
# Setting up commands.Bot
@ -80,7 +81,7 @@ async def sync(ctx: commands.Context, guilds: commands.Greedy[discord.Object],
await ctx.send(f"Synced the tree to {fmt}/{len(guilds)} guilds.")
# loading extensions ...
# startup loading extensions ...
async def scanext():
print("Loading extensions:")
for filename in os.listdir("./ext"):