Skip to content

Commit

Permalink
v4.13.7 - Bug fix ao apagar uma ficha
Browse files Browse the repository at this point in the history
  • Loading branch information
alanfilho184 committed Aug 15, 2024
1 parent 7a91bfb commit ceeb5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kami",
"version": "4.13.6",
"version": "4.13.7",
"description": "Um BOT para Discord com foco em ajudar em mesas de RPG online, tendo suas principais funções criar fichas e rolar dados.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/rpg/apagar.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Ex: **${"/"}apagar RPG_Kami irt**
.then(async () => {
client.emit("deleteFichaBot", int.user.id, nomerpg)
await client.cache.deleteFicha(int.user.id, nomerpg)
await client.cache.deleteFichaUser(int.user.id, nomerpg)
// await client.cache.deleteFichaUser(int.user.id, nomerpg)

try {
const fPadrao = await client.cache.get(int.user.id).fPadrao
Expand Down

0 comments on commit ceeb5bc

Please sign in to comment.