mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +02:00
Dan is stupid
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = class SteamCardCommand extends Command {
|
|||||||
ctx.drawImage(base, 0, 0);
|
ctx.drawImage(base, 0, 0);
|
||||||
ctx.font = '30px Open Sans';
|
ctx.font = '30px Open Sans';
|
||||||
ctx.fillStyle = 'white';
|
ctx.fillStyle = 'white';
|
||||||
ctx.fillText(username, 35, 52);
|
ctx.fillText(username, 35, 48);
|
||||||
};
|
};
|
||||||
const cardImg = await request
|
const cardImg = await request
|
||||||
.get('https://i.imgur.com/JF0WwQX.png');
|
.get('https://i.imgur.com/JF0WwQX.png');
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "18.9.6",
|
"version": "19.0.0",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "shardingmanager.js",
|
"main": "shardingmanager.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user