mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 20:08:51 +01:00
feat(arabot): remove unnecessary success react to daily
This commit is contained in:
@@ -95,7 +95,10 @@ export class DailyCommand extends Command {
|
||||
content: info.message,
|
||||
embeds: info.embeds,
|
||||
});
|
||||
await message.react(info.success ? '✅' : '❌');
|
||||
|
||||
if (!info.success) {
|
||||
await message.react('❌');
|
||||
}
|
||||
}
|
||||
|
||||
private async runDaily(user: User, guild: Guild) {
|
||||
|
||||
Reference in New Issue
Block a user