Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit b85e49d

Browse files
committed
removed guild_ids bc im stupid
1 parent aeb63d4 commit b85e49d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/leaderboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self,bot):
1717
async def on_ready(self):
1818
print(f"leaderboard - Loaded")
1919

20-
@nextcord.slash_command(name="leaderboard", description="Frong leaderboard", guild_ids=[414625175217242113])
20+
@nextcord.slash_command(name="leaderboard", description="Frong leaderboard")
2121
async def leaderboard(self, interaction: nextcord.Interaction):
2222
csv_dict = {}
2323
data = ""

0 commit comments

Comments
 (0)