Skip to content

Commit

Permalink
fix reply on gmium
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry9toN committed Jan 23, 2021
1 parent 1c957a3 commit d7635dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/gmium.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
client.mentions(`${text}`, mentioned, true)
} else {
text += '- Belum ada member'
client.reply(from, text, id)
client.reply(text)
}
}).catch((err) => {
client.reply('Error mengambil database')
Expand Down

0 comments on commit d7635dc

Please sign in to comment.