mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
Cherrypick GitHub Commits
This commit is contained in:
@@ -35,7 +35,6 @@ module.exports = class YearsCommand extends Command {
|
||||
format: 'png',
|
||||
size: 256
|
||||
});
|
||||
console.log(avatarURL);
|
||||
const Image = Canvas.Image;
|
||||
const canvas = new Canvas(856, 569);
|
||||
const ctx = canvas.getContext('2d');
|
||||
|
||||
@@ -80,4 +80,4 @@ module.exports = class HangmanCommand extends Command {
|
||||
return msg.say(`Oh no, an Error occurred! Try again later! \`${err.name}: ${err.message}\``);
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user