Switched source for avatar command, added alias to motivate

This commit is contained in:
TheEssem 2020-04-24 23:21:05 -05:00
parent 88dd0c6172
commit e9f4109f43
3 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,6 @@
// separate the client from app.js so we can call it later
const { Client } = require("eris");
const client = new Client(process.env.TOKEN, {
defaultImageSize: 1024,
disableEvents: {
CHANNEL_CREATE: true,
CHANNEL_DELETE: true,