discord: fix up /inv basic functionality

sending now succeeds, and a reponse of "Invite sent." is given to the
requester. Also some formatting changes.
This commit is contained in:
Harvey Tindall
2023-10-10 13:45:29 +01:00
parent dd93758b0e
commit e52e21a54b
2 changed files with 40 additions and 19 deletions
+4 -2
View File
@@ -11,6 +11,8 @@
"languageMessage": "Note: See available languages with {command}, and set language with {command} <language code>.",
"languageMessageDiscord": "Note: set your language with /lang <language name>.",
"languageSet": "Language set to {language}.",
"discordDMs": "Please check your DMs for a response."
"discordDMs": "Please check your DMs for a response.",
"sentInvite": "Sent invite.",
"sentInviteFailure": "Failed to send invite, check logs."
}
}
}