Add name section to /http

This commit is contained in:
Lucas Gabriel 2024-10-17 12:25:20 -03:00
parent 529147cce0
commit 97f9412a91
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
4 changed files with 4 additions and 3 deletions

View file

@ -25,6 +25,7 @@ module.exports = (bot) => {
if (codeInfo) {
const message = Strings.httpCodeResult
.replace("{code}", codeInfo.code)
.replace("{message}", codeInfo.message)
.replace("{description}", codeInfo.description);
await ctx.reply(message, {
parse_mode: 'Markdown',