Skip to content

Commit

Permalink
change startup activity
Browse files Browse the repository at this point in the history
probablyjassin committed Nov 18, 2024
1 parent a1fd593 commit c9433ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ async def close(self):
intents=intents,
status=discord.Status.online,
activity=discord.Streaming(
name="ones and zeroes", url="https://www.youtube.com/watch?v=xvFZjo5PgG0"
name="bytes for booting...", url="https://www.youtube.com/watch?v=xvFZjo5PgG0"
),
)

0 comments on commit c9433ef

Please sign in to comment.