We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a461d4 commit a157d9cCopy full SHA for a157d9c
1 file changed
src/i18n/language/en.rs
@@ -633,10 +633,6 @@ pub fn load_english_messages(dict: &mut ErrorDictionary) {
633
"slash_command.new_thread_user_id_argument".to_string(),
634
DictionaryMessage::new("The ID of the user to create the thread for"),
635
);
636
- dict.messages.insert(
637
- "slash_command.new_thread_user_id_argument".to_string(),
638
- DictionaryMessage::new("The ID of the user to create the thread for"),
639
- );
640
dict.messages.insert(
641
"slash_command.close_command_description".to_string(),
642
DictionaryMessage::new("Close the current thread"),
0 commit comments