mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 01:14:16 +02:00
feat(arabot): remove unnecessary success react to daily
This commit is contained in:
parent
12b8f7016e
commit
15f2f710a9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user