mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Oh Noes I did a Bad
This commit is contained in:
@@ -2,8 +2,8 @@ const commando = require('discord.js-commando');
|
||||
const request = require('superagent');
|
||||
|
||||
module.exports = class StrawpollCommand extends commando.Command {
|
||||
constructor(Client) {
|
||||
super(Client, {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'strawpoll',
|
||||
aliases: [
|
||||
'poll',
|
||||
|
||||
Reference in New Issue
Block a user