Make bot announce its prefix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-22 21:48:13 +01:00
parent 19100758cb
commit b681acdbca
2 changed files with 14 additions and 3 deletions

View File

@@ -24,8 +24,10 @@ public class BotInfo
// help field
long ownerId = Cache.getBotOwnerId();
String prefix = Cache.getBotPrefix();
embedBuilder.addField("Getting started",
"This instance is run by <@" + ownerId + ">.\nType `/help` for help! ",
"This instance is run by <@" + ownerId + ">.\n" +
"Type `/help` for help! The bot prefix is `" + prefix + "`.",
false);
// type-specific commands list field