mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-06-17 01:16:01 +00:00
Merge branch 'master' into fix-33
This commit is contained in:
@ -41,8 +41,11 @@ module.exports = {
|
||||
|
||||
let msg = await message.channel.send({ embeds: [embed] });
|
||||
|
||||
setTimeout(function() {
|
||||
msg.delete();
|
||||
setTimeout(async function() {
|
||||
try {
|
||||
await msg.delete();
|
||||
} catch (DiscordAPIError) {
|
||||
}
|
||||
}, 30000);
|
||||
} catch (error) {
|
||||
message.reply({
|
||||
|
Reference in New Issue
Block a user