mirror of
https://github.com/System-End/Discord-Bot.git
synced 2026-04-19 16:28:26 +00:00
Fixed type + invite link change
This commit is contained in:
parent
3c68e43669
commit
55d0670da5
2 changed files with 2 additions and 2 deletions
|
|
@ -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}`
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue