Refactored image/embed handling to prepare for something, don't use fuzz with sonic

This commit is contained in:
TheEssem 2020-04-12 14:51:48 -05:00
parent 2fbad4a38a
commit f6425dc294
62 changed files with 122 additions and 119 deletions

View file

@ -16,7 +16,6 @@ const client = new Client(process.env.TOKEN, {
TYPING_START: true,
USER_UPDATE: true
},
maxShards: "auto",
opusOnly: true
maxShards: "auto"
});
module.exports = client;