We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45039f5 commit 36cb77eCopy full SHA for 36cb77e
project-deity/discord_bridge.py
@@ -55,7 +55,7 @@ async def on_ready():
55
print(client.user.name)
56
print(client.user.id)
57
print('------')
58
- current_version = discord.Game(name="Project Deity v0.1b")
+ current_version = discord.Game(name="Project Deity v0.1c")
59
await client.change_presence(activity=current_version)
60
61
0 commit comments