mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Update commando link
This commit is contained in:
@@ -37,7 +37,7 @@ module.exports = class InfoCommand extends Command {
|
|||||||
.addField('❯ Node Version',
|
.addField('❯ Node Version',
|
||||||
process.version, true)
|
process.version, true)
|
||||||
.addField('❯ Library',
|
.addField('❯ Library',
|
||||||
'[discord.js](https://discord.js.org)[-commando](https://github.com/Gawdl3y/discord.js-commando)', true);
|
'[discord.js](https://discord.js.org)[-commando](https://github.com/discordjs/Commando)', true);
|
||||||
return msg.embed(embed);
|
return msg.embed(embed);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "66.5.1",
|
"version": "66.5.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user