mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Force Earlier snekfetch
This commit is contained in:
@@ -35,6 +35,7 @@ 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');
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@
|
||||
"node-opus": "^0.2.6",
|
||||
"pg": "^6.2.3",
|
||||
"sequelize": "^3.30.4",
|
||||
"snekfetch": "^3.1.8",
|
||||
"snekfetch": "3.1.9",
|
||||
"tsubaki": "^1.1.1",
|
||||
"xml2js": "^0.4.17",
|
||||
"zalgolize": "^1.2.4"
|
||||
|
||||
Reference in New Issue
Block a user