Rebrand and fix links and tags (#5)
Co-authored-by: Kedas <m@yarn.network> Co-authored-by: IThundxr <harshdhaliwal9767@gmail.com> Co-authored-by: IThundxr <contact@ithundxr.dev>
This commit is contained in:
parent
8d04dd5c97
commit
3e56cecbbf
9 changed files with 38 additions and 51 deletions
|
@ -110,11 +110,6 @@ client.on('interactionCreate', async (interaction) => {
|
|||
await starsCommand(interaction);
|
||||
} else if (commandName === 'modrinth') {
|
||||
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') {
|
||||
if (!interaction.channel) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue