mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Fix all of these
This commit is contained in:
@@ -8,7 +8,7 @@ const gifs = [
|
||||
'https://i.imgur.com/2DdIR5H.gif'
|
||||
];
|
||||
|
||||
module.exports = class HighFivesCommand extends Command {
|
||||
module.exports = class HighFiveCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'high-five',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
const Command = require('../../structures/Command');
|
||||
const { stripIndents } = require('common-tags');
|
||||
|
||||
module.exports = class HitwithShovelCommand extends Command {
|
||||
module.exports = class HitWithShovelCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'hit-with-shovel',
|
||||
|
||||
Reference in New Issue
Block a user