diff options
| author | 8cy <[email protected]> | 2020-07-06 06:08:33 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-06 06:08:33 -0700 |
| commit | 7fd2870037c157ea3c215e225fe42329d6af6e82 (patch) | |
| tree | fa91bc0ddfec595a86eea78f819b295b805b2bb0 /src/commands/fun/gay.ts | |
| parent | add ts defs so not a lot of errors left (diff) | |
| download | dep-core-7fd2870037c157ea3c215e225fe42329d6af6e82.tar.xz dep-core-7fd2870037c157ea3c215e225fe42329d6af6e82.zip | |
add fanart for emma :star2:
Diffstat (limited to 'src/commands/fun/gay.ts')
| -rw-r--r-- | src/commands/fun/gay.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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 |