Skip to content

Commit

Permalink
removed guild_ids bc im stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulsender committed Jun 6, 2024
1 parent aeb63d4 commit b85e49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/leaderboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self,bot):
async def on_ready(self):
print(f"leaderboard - Loaded")

@nextcord.slash_command(name="leaderboard", description="Frong leaderboard", guild_ids=[414625175217242113])
@nextcord.slash_command(name="leaderboard", description="Frong leaderboard")
async def leaderboard(self, interaction: nextcord.Interaction):
csv_dict = {}
data = ""
Expand Down

0 comments on commit b85e49d

Please sign in to comment.