Skip to content

Commit

Permalink
update metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulsender committed Jan 14, 2024
1 parent 268e7b5 commit 388c8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, client: commands.Bot):
async def on_ready(self):
print(f"Metric - Loaded")

@nextcord.slash_command(description="Convert metric to imperial", guild_ids=[414625175217242113]
@nextcord.slash_command(description="Convert metric to imperial"
)
async def metric(self, interaction: nextcord.Interaction, unit, value):
value = float(value)
Expand Down

0 comments on commit 388c8d9

Please sign in to comment.