Files
virtus-bot/apps/experience.py
T
2025-06-20 10:31:59 +07:00

8 lines
260 B
Python

# import discord
# from core.bot import bot, user_repo
# @bot.command(name='exp')
# async def show_exp(ctx):
# user_id = ctx.author.id
# exp = await user_repo.get_exp(user_id)
# await ctx.send(f"{ctx.author.mention} has {exp} experience points!")