mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 18:39:35 +02:00
Fix slap using punch album
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const RoleplayCommand = require('../../structures/commands/Roleplay');
|
||||
const { PUNCH_ALBUM_ID } = process.env;
|
||||
const { SLAP_ALBUM_ID } = process.env;
|
||||
|
||||
module.exports = class SlapCommand extends RoleplayCommand {
|
||||
constructor(client) {
|
||||
@@ -9,7 +9,7 @@ module.exports = class SlapCommand extends RoleplayCommand {
|
||||
memberName: 'slap',
|
||||
description: 'Slaps a user.',
|
||||
clientPermissions: ['ATTACH_FILES'],
|
||||
albumID: PUNCH_ALBUM_ID,
|
||||
albumID: SLAP_ALBUM_ID,
|
||||
args: [
|
||||
{
|
||||
key: 'user',
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "88.4.0",
|
||||
"version": "88.4.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user