Update dinks.py

nachtelijk
pull/107/head
ClassyBeaver 2022-02-15 17:00:20 +01:00 committed by GitHub
parent 5cccf81c59
commit 87c942f4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class Dinks(commands.Cog):
""" """
await self.client.get_cog("Leaderboards").callLeaderboard("dinks", ctx) await self.client.get_cog("Leaderboards").callLeaderboard("dinks", ctx)
@dinks.command(aliases=["nachtelijk"], hidden=True)
@commands.command(name="Nightly") @commands.command(name="Nightly")
@commands.check(checks.allowedChannels) @commands.check(checks.allowedChannels)
@help.Category(category=Category.Currency) @help.Category(category=Category.Currency)