Fixed type + invite link change

This commit is contained in:
CorwinDev 2023-01-02 20:32:42 +01:00
parent 3c68e43669
commit 55d0670da5
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ module.exports = async (client) => {
statuttext = [
`・❓┆/help`,
`・💻┆${totalGuilds} servers`,
`・📨┆discord.me/corwindev`,
`・📨┆discord.gg/corwindev`,
`・🎉┆400+ commands`,
`・🏷┆Version ${require(`${process.cwd()}/package.json`).version}`
];

View file

@ -82,7 +82,7 @@ module.exports = {
.setDescription('Keep track of your current time zone')
.addStringOption(option =>
option.setName('timezone')
.setDescription('Description with your report')
.setDescription('The timezone you want to set (e.g. Europe/Amsterdam)')
.setRequired(true)
)
)