Skip to content

Commit 388c8d9

Browse files
committed
update metrics
1 parent 268e7b5 commit 388c8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, client: commands.Bot):
1111
async def on_ready(self):
1212
print(f"Metric - Loaded")
1313

14-
@nextcord.slash_command(description="Convert metric to imperial", guild_ids=[414625175217242113]
14+
@nextcord.slash_command(description="Convert metric to imperial"
1515
)
1616
async def metric(self, interaction: nextcord.Interaction, unit, value):
1717
value = float(value)

0 commit comments

Comments
 (0)