mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
More Antidepressant or tolkien aliases
This commit is contained in:
@@ -12,7 +12,17 @@ module.exports = class AntidepressantOrTolkienCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'antidepressant-or-tolkien',
|
name: 'antidepressant-or-tolkien',
|
||||||
aliases: ['antidepressant-tolkien', 'drug-or-tolkien', 'drug-tolkien'],
|
aliases: [
|
||||||
|
'antidepressant-tolkien',
|
||||||
|
'drug-or-tolkien',
|
||||||
|
'drug-tolkien',
|
||||||
|
'tolkien-or-antidepressant',
|
||||||
|
'tolkien-or-drug',
|
||||||
|
'tolkien-antidepressant',
|
||||||
|
'tolkien-drug',
|
||||||
|
't-or-a',
|
||||||
|
'a-or-t'
|
||||||
|
],
|
||||||
group: 'games-sp',
|
group: 'games-sp',
|
||||||
memberName: 'antidepressant-or-tokien',
|
memberName: 'antidepressant-or-tokien',
|
||||||
description: 'See if you can guess if a word is an Antidepressant or Tolkien character.',
|
description: 'See if you can guess if a word is an Antidepressant or Tolkien character.',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "116.13.3",
|
"version": "116.13.4",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user