Owner ID #6816
-
I'm having trouble coding the bot to recognize me as the owner, this is the code I'm currently using "discord.ext.commands.Bot.owner_id(836449409226637313) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey there, If you don't have a command which users the Take care. |
Beta Was this translation helpful? Give feedback.
Hey there,
If you don't have a command which users the
is_owner()
check, then you'll need to defineBot.owner_id
yourself (bot.owner_id = ...
).Take care.