fixed the last bugs & added czech translation

This commit is contained in:
DJj123dj
2022-08-14 22:13:51 +02:00
parent 0845390569
commit 6823b96114
10 changed files with 48 additions and 36 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ module.exports = () => {
if (!interaction.guild) return
if (!permsChecker.command(interaction.user.id,interaction.guild.id)){
permsChecker.sendUserNoPerms(interaction.user)
return
return interaction.reply({embeds:[bot.errorLog.noPermsDelete]})
}
interaction.channel.messages.fetchPinned().then(msglist => {