Added base activity
This commit is contained in:
parent
926fc4b96a
commit
94395e45a9
3
main.py
3
main.py
@ -43,9 +43,12 @@ intents.members = True
|
||||
intents.messages = True
|
||||
intents.voice_states = True
|
||||
|
||||
activity = discord.Activity(type=discord.ActivityType.watching, name="!help for commands")
|
||||
|
||||
bot = commands.Bot(
|
||||
command_prefix="!",
|
||||
intents=intents,
|
||||
activity=activity
|
||||
)
|
||||
|
||||
tree: CommandTree = bot.tree
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user