add extension

pull/29/head
Matthew 2020-11-19 21:21:39 -05:00
parent 6b026967f9
commit fc22a1b50e
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ export default class Whois extends Command {
if (pager?.num) {
description += `📡 ${pager.num}\n`;
}
if (ackResolve?.extension) {
description += `☎️ ${ackResolve.extension}\n`;
}
if (ackResolve?.gitlab) {
description += `${emotes.gitlab} ${ackResolve.gitlab}\n`;
}