remove polycatgen
This commit is contained in:
parent
483ff7487c
commit
35331b783e
1 changed files with 15 additions and 15 deletions
30
commands.ts
30
commands.ts
|
@ -123,23 +123,23 @@ We highly encourage asking authors that opted out to stop doing so.
|
|||
});
|
||||
},
|
||||
|
||||
'!polycatgen': async (c, e) => {
|
||||
if (!e.guild) return;
|
||||
if (
|
||||
e.channelId !== POLYCAT_CHANNEL_ID &&
|
||||
process.env.NODE_ENV !== 'development'
|
||||
)
|
||||
return;
|
||||
// '!polycatgen': async (c, e) => {
|
||||
// if (!e.guild) return;
|
||||
// if (
|
||||
// e.channelId !== POLYCAT_CHANNEL_ID &&
|
||||
// process.env.NODE_ENV !== 'development'
|
||||
// )
|
||||
// return;
|
||||
|
||||
await e.guild.emojis.fetch();
|
||||
const polycat = e.guild.emojis.cache.find(
|
||||
(emoji) => emoji.name?.toLowerCase() === 'polycat'
|
||||
);
|
||||
// await e.guild.emojis.fetch();
|
||||
// const polycat = e.guild.emojis.cache.find(
|
||||
// (emoji) => emoji.name?.toLowerCase() === 'polycat'
|
||||
// );
|
||||
|
||||
await e.reply(
|
||||
`.\n${polycat}${polycat}${polycat}${polycat}${polycat}\n${polycat}${polycat}${polycat}${polycat}${polycat}\n${polycat}${polycat}${polycat}${polycat}${polycat}\n${polycat}${polycat}${polycat}${polycat}${polycat}\n${polycat}${polycat}${polycat}${polycat}${polycat}`
|
||||
);
|
||||
},
|
||||
// await e.reply(
|
||||
// `.\n${polycat}${polycat}${polycat}${polycat}${polycat}\n${polycat}${polycat}${polycat}${polycat}${polycat}\n${polycat}${polycat}${polycat}${polycat}${polycat}\n${polycat}${polycat}${polycat}${polycat}${polycat}\n${polycat}${polycat}${polycat}${polycat}${polycat}`
|
||||
// );
|
||||
// },
|
||||
|
||||
'!piracy': async (c, e) => {
|
||||
await e.reply({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue