a
This commit is contained in:
parent
9abcbf84af
commit
7694545cbc
@ -15,6 +15,7 @@ intents.members = True
|
|||||||
|
|
||||||
# Create bot instance with command prefix '%'
|
# Create bot instance with command prefix '%'
|
||||||
bot = commands.Bot(command_prefix='%', intents=intents)
|
bot = commands.Bot(command_prefix='%', intents=intents)
|
||||||
|
bot.owner_id = int(os.getenv('OWNER_USER_ID'))
|
||||||
|
|
||||||
@bot.event
|
@bot.event
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user