Replace kaomoji with natural language for "high" and "very high" server verification levels to match how Discord now presents these options within the application (d9b3490314934fe2ddd3da462f9251f46310b2f3)
Create l10n strings for these verification level names (cd3e54c261e6c843e22f1fa4d832284e3d2dc0c6)
Remove guild.region - property no longer exists (regions are now independent to each voice channel) and therefore returns undefined (9f0a02158bc6757ea52d04b4778a934e4d4abfda)
Replace message.channel.send() with message.reply() to support the ApplicationCommand form of this command (0422b48170a4ad8a4a8478b304d16f04bda081fd)
Create server ApplicationCommand (0422b48170a4ad8a4a8478b304d16f04bda081fd)
Weather command:
Replace message.channel.send() with message.reply() to support the ApplicationCommand form of this command (61fb90226166806c16e8ef809b5f2949212c6088)
Server command:
guild.region
- property no longer exists (regions are now independent to each voice channel) and therefore returns undefined (9f0a02158bc6757ea52d04b4778a934e4d4abfda)message.channel.send()
withmessage.reply()
to support the ApplicationCommand form of this command (0422b48170a4ad8a4a8478b304d16f04bda081fd)Weather command:
message.channel.send()
withmessage.reply()
to support the ApplicationCommand form of this command (61fb90226166806c16e8ef809b5f2949212c6088)