Add boop alias to poke

This commit is contained in:
Dragon Fire
2020-06-08 22:45:55 -04:00
parent 0a668073f3
commit 928427fff8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ module.exports = class PokeCommand extends ImgurAlbumCommand {
constructor(client) {
super(client, {
name: 'poke',
aliases: ['boop'],
group: 'roleplay',
memberName: 'poke',
description: 'Pokes a user.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "116.9.1",
"version": "116.9.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {