mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 16:41:25 +03:00
Finished web archives, added suppor for custom emoji for panel reaction, minor fixes
This commit is contained in:
@@ -28,7 +28,9 @@ module.exports = {
|
||||
|
||||
if(r.message.id !== panelID.get('value')) return;
|
||||
|
||||
if (r.emoji.name !== config.panel.reaction || u.id === client.user.id) return;
|
||||
if(u.id === client.user.id) return;
|
||||
|
||||
if (r.emoji.name !== config.panel.reaction && r.emoji.id !== config.panel.reaction) return;
|
||||
|
||||
let channel = r.message.channel;
|
||||
|
||||
|
Reference in New Issue
Block a user