Add name section to /http
This commit is contained in:
parent
529147cce0
commit
97f9412a91
4 changed files with 4 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue