Skip to content

Commit

Permalink
πŸ› change emoji id
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivien Mouret committed Jun 1, 2024
1 parent 2cf2c65 commit 9f70d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/daftbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ class DaftBot {

if (message.author.id == owner) {
if (Math.random() < .05) {
let dio = this.dbClient.emojis.cache.find(emoji => emoji.name === 'dio_sama');
let dio = this.dbClient.emojis.cache.find(emoji => emoji.name === 'daftmo1Diosama');
if (dio == undefined) { return console.log(`[${getCurrentDatetime('comm')}] ${message.guild.name} / ${message.channel.name} # Dio Sama not found here`); };
message.react(dio);
};
Expand Down

0 comments on commit 9f70d77

Please sign in to comment.