Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
MegumiKatou02 committed Dec 5, 2024
1 parent 326c1f6 commit 25aa78b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cogs/administration/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def get_event_count_per_server(self):
conn.close()
return results


@app_commands.command(name="event_counts", description="Hiển thị số lượng sự kiện trong từng server")
async def event_counts(self, interaction: discord.Interaction):
if interaction.user.id != self.allowed_user_id:
Expand Down

0 comments on commit 25aa78b

Please sign in to comment.