diff options
| -rw-r--r-- | bot/exts/utils/utils.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utils/utils.py b/bot/exts/utils/utils.py index 3f16bc10b..87abbe4de 100644 --- a/bot/exts/utils/utils.py +++ b/bot/exts/utils/utils.py @@ -168,7 +168,7 @@ class Utils(Cog):          embed.description = best_match          await ctx.send(embed=embed) -    @command(aliases=("snf", "snfl")) +    @command(aliases=("snf", "snfl", "sf"))      @in_whitelist(channels=(Channels.bot_commands,), roles=STAFF_ROLES)      async def snowflake(self, ctx: Context, snowflake: int) -> None:          """Get Discord snowflake creation time."""  |