mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Whoops the online
This commit is contained in:
parent
0809ddda16
commit
c1d35fadbf
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -114,7 +114,7 @@ class Bot(commands.Bot):
|
||||||
name=f"@{self.user.name}",
|
name=f"@{self.user.name}",
|
||||||
type=discord.ActivityType.listening
|
type=discord.ActivityType.listening
|
||||||
),
|
),
|
||||||
status=discord.Status.dnd
|
status=discord.Status.online
|
||||||
)
|
)
|
||||||
|
|
||||||
# NOTE Extension Entry Point
|
# NOTE Extension Entry Point
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue