8 lines
213 B
Python
8 lines
213 B
Python
import nerimity
|
|
|
|
import bot
|
|
|
|
def setup(bot: bot.Bot):
|
|
@bot.command(name="topartists", aliases=["ta","topartist"])
|
|
@bot.slash_command(name="topartists")
|
|
def topartists(ctx: nerimity.Context, timeframe)
|