Skip to content

Commit 1eef752

Browse files
committed
Updated /help
1 parent 051ac0f commit 1eef752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async def select_callback(self, select, interaction):
204204
if staff(interaction):
205205
text += """
206206
`/counter add <tracker> [private]` - Add a server stat channel
207-
`/counter remove <tracker>` - Create a poll with up to 10 options
207+
`/counter remove <tracker>` - Remove a server stat channel
208208
"""
209209

210210
embed = discord.Embed(color=0x00FF00,description=text, title=select.values[0])

0 commit comments

Comments
 (0)