Excluding the custom gifs folder

This commit is contained in:
= 2021-06-27 23:30:47 -04:00
parent 153af5008d
commit 44d41405d8
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ client.on('message', message => {
} catch (error) {
console.error(error);
message.channel.send('There was an error trying to execute that command.');
message.guild.owner
}
}