aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/botInfo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info/botInfo.ts')
-rw-r--r--src/commands/info/botInfo.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/info/botInfo.ts b/src/commands/info/botInfo.ts
index 30bfeb4..8f85fe6 100644
--- a/src/commands/info/botInfo.ts
+++ b/src/commands/info/botInfo.ts
@@ -30,7 +30,8 @@ export default class BotInfoCommand extends BushCommand {
sunos = 'SunOS',
win32 = 'Windows',
cygwin = 'Cygwin',
- netbsd = 'NetBSD'
+ netbsd = 'NetBSD',
+ haiku = 'Haiku'
}
const developers = (await util.mapIDs(client.config.owners)).map((u) => u?.tag).join('\n');