Skip to content

Commit 8f86f90

Browse files
committed
fix : Presence Cycle to reflect the new prefix.
1 parent 00604b7 commit 8f86f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/presence_cycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Presence(commands.Cog):
1111

1212
activity = cycle(
1313
[
14-
Activity(name="you!", type=ActivityType.watching, status=Status.online),
14+
Activity(name="New prefix : @YuiBot", type=ActivityType.watching, status=Status.online),
1515
]
1616
)
1717

0 commit comments

Comments
 (0)