mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 00:12:38 +02:00
Eh, Y can cause dead games
This commit is contained in:
@@ -4,7 +4,7 @@ const request = require('node-superfetch');
|
|||||||
const { shuffle, reactIfAble, fetchHSUserDisplay } = require('../../util/Util');
|
const { shuffle, reactIfAble, fetchHSUserDisplay } = require('../../util/Util');
|
||||||
const scores = require('../../assets/json/anagramica');
|
const scores = require('../../assets/json/anagramica');
|
||||||
const pool = 'abcdefghijklmnopqrstuvwxyz'.split('');
|
const pool = 'abcdefghijklmnopqrstuvwxyz'.split('');
|
||||||
const vowels = ['a', 'e', 'i', 'o', 'u', 'y'];
|
const vowels = ['a', 'e', 'i', 'o', 'u'];
|
||||||
const { SUCCESS_EMOJI_ID, FAILURE_EMOJI_ID } = process.env;
|
const { SUCCESS_EMOJI_ID, FAILURE_EMOJI_ID } = process.env;
|
||||||
|
|
||||||
module.exports = class AnagramicaCommand extends Command {
|
module.exports = class AnagramicaCommand extends Command {
|
||||||
|
|||||||
Reference in New Issue
Block a user