mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
fix typo
This commit is contained in:
parent
7c5ba65b0e
commit
170a5796f7
@ -209,7 +209,7 @@ module.exports = {
|
||||
.setColor(config.err_colour)
|
||||
.setAuthor(message.author.username, message.author.displayAvatarURL())
|
||||
.setTitle(':x: **Expired**')
|
||||
.setDescription('You took to long to react; confirmation failed.')
|
||||
.setDescription('You took too long to react; confirmation failed.')
|
||||
.setFooter(guild.name, guild.iconURL()));
|
||||
|
||||
message.delete({
|
||||
|
Loading…
Reference in New Issue
Block a user