You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(message.channel.type==="text"&&!message.channel.permissionsFor(message.guild.member(bot.user)).has("SEND_MESSAGES"))returnmessage.author.send("**I lack the permission to send messages in this channel.**")
53
+
if(message.channel.type==="text"&&!message.channel.permissionsFor(message.guild.member(bot.user)).has("SEND_MESSAGES"))returnmessage.author.send("**I lack the permission to send messages in this channel.**").catch(e=>handleError(e))
0 commit comments