various changes to bot

This commit is contained in:
Ryan Cao 2022-10-18 17:42:04 +08:00
parent a55623fa68
commit 622cbab216
No known key found for this signature in database
5 changed files with 8 additions and 13 deletions

View file

@ -82,6 +82,7 @@ client.once('ready', async () => {
if (e.cleanContent.match(BuildConfig.ETA_REGEX)) {
await e.reply(
/* CHANGEME */
`${random(BuildConfig.ETA_MESSAGES)} <:pofat:964546613194420294>`
);
}
@ -111,6 +112,7 @@ client.on('interactionCreate', async (interaction) => {
await modrinthCommand(interaction);
} else if (commandName === 'rolypoly') {
await interaction.reply(
/* CHANGEME */
'https://media.discordapp.net/attachments/985048903126769764/985051373886382100/rollin-time.gif?width=324&height=216'
);
} else if (commandName === 'say') {