Tweet Command

This commit is contained in:
Dragon Fire
2020-05-24 16:11:59 -04:00
parent e15e631202
commit b69b162fe3
6 changed files with 153 additions and 3 deletions
-1
View File
@@ -60,4 +60,3 @@ module.exports = class AchievementCommand extends Command {
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'achievement.png' }] });
}
};