mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Fix
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = class UnbanCommand extends Command {
|
|||||||
.setColor(0x00AE86)
|
.setColor(0x00AE86)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setDescription(stripIndents`
|
.setDescription(stripIndents`
|
||||||
**Member:** ${member.user.tag} (${member.id})
|
**Member:** ${member.tag} (${member.id})
|
||||||
**Action:** Unban
|
**Action:** Unban
|
||||||
**Reason:** ${reason}
|
**Reason:** ${reason}
|
||||||
`);
|
`);
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "30.3.2",
|
"version": "30.3.3",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user