adding debt app

This commit is contained in:
2025-06-20 10:31:59 +07:00
parent 047290e2ea
commit b1068ecd2c
18 changed files with 208 additions and 526 deletions
+7 -7
View File
@@ -1,8 +1,8 @@
import discord
from core.bot import bot, user_repo
# 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!")
# @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!")