mirror of
https://github.com/litruv/DAdmin.git
synced 2026-07-24 02:36:11 +10:00
changed over = to :, whoops
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module.exports = {
|
||||
name = 'Self Diagnosis',
|
||||
alias =['diagnose', 'webmd'],
|
||||
helptext = 'What cancer do you have today?',
|
||||
helphide = false,
|
||||
permissions =['READ_MESSAGES'],
|
||||
category = 'general',
|
||||
command = (client, msg) => {
|
||||
name: 'Self Diagnosis',
|
||||
alias: ['diagnose', 'webmd'],
|
||||
helptext: 'What cancer do you have today?',
|
||||
helphide: false,
|
||||
permissions: ['READ_MESSAGES'],
|
||||
category: 'general',
|
||||
command: (client, msg) => {
|
||||
switch (getRandomInt(0, 25)) {
|
||||
case 0:
|
||||
msg.reply("I'm sorry, It's Cancer.");
|
||||
|
||||
Reference in New Issue
Block a user