diff options
Diffstat (limited to 'src/commands/fun')
| -rw-r--r-- | src/commands/fun/dicksize.ts | 4 | ||||
| -rw-r--r-- | src/commands/fun/gay.ts | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/commands/fun/dicksize.ts b/src/commands/fun/dicksize.ts index 4e1ebd1..13986f1 100644 --- a/src/commands/fun/dicksize.ts +++ b/src/commands/fun/dicksize.ts @@ -1,4 +1,4 @@ -import { Command, CommandoMessage } from 'discord.js-commando'; +/* import { Command, CommandoMessage } from 'discord.js-commando'; import emoji from 'emoji-random'; module.exports = class DickSizeFun extends Command { @@ -34,4 +34,4 @@ module.exports = class DickSizeFun extends Command { msg.reply('Your dick size is **' + size + '** inches. ' + emoji.random()); }); } -};
\ No newline at end of file +}; */
\ No newline at end of file diff --git a/src/commands/fun/gay.ts b/src/commands/fun/gay.ts index 4148a67..a70dfc3 100644 --- a/src/commands/fun/gay.ts +++ b/src/commands/fun/gay.ts @@ -1,4 +1,4 @@ -import { Command, CommandoMessage } from 'discord.js-commando'; +/* import { Command, CommandoMessage } from 'discord.js-commando'; module.exports = class GayFun extends Command { constructor(client) { @@ -36,4 +36,4 @@ module.exports = class GayFun extends Command { msg.reply('Your gay-ness amount is **' + gayAmount + '.' + gayAmountDecimal + '%**. 🏳️🌈'); }); } -};
\ No newline at end of file +}; */
\ No newline at end of file |