Added invite URL generation on startup with simple permissions
This commit is contained in:
parent
1f461af68f
commit
8077cd6530
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ bot = commands.Bot(command_prefix='.', description=description, intents=intents)
|
|||
@bot.event
|
||||
async def on_ready():
|
||||
print(f'pybot-f logged in as {bot.user} (ID: {bot.user.id})')
|
||||
iurl = discord.utils.oauth_url(bot.user.id)
|
||||
print(f'Bot invite URL: {iurl}')
|
||||
print(f'Bot invite URL: {discord.utils.oauth_url(bot.user.id)}')
|
||||
print('------')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue