some more description changing

This commit is contained in:
Uwe Pfeifer 2023-02-01 22:49:13 +01:00
parent 8abc27bc3a
commit 07963f1407

View file

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