some more description changing
This commit is contained in:
parent
8abc27bc3a
commit
07963f1407
1 changed files with 2 additions and 1 deletions
|
@ -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"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue