@@ -35,11 +35,11 @@ export class TelegramService {
asyncstart(msg:Message){
awaitthis.telegram.sendMessage(
msg.chat.id,
'/register [Name]\n - Registers you as a new Agent\n'+
'/unregister\n - Deletes all your Entries and Profile\n\n'+
'/entry [public / private]\n - Create new Public/Private Entry from your previous message cache\n'+
'/entry [clear]\n - Clears your current message cache\n'+
'/profile\n - Shows your current profile',
'/register <agentId> <name>\n - Registers you as a new Agent. The agentId will be assigned to you beforehand, while the name is what will be displayed to other users.\n'+
'/unregister\n - Deletes all your Entries and Profile.\n\n'+
'/entry <public|private>\n - Create new Public/Private Entry from your previous message cache.\n'+
'/entry <clear>\n - Clears your current message cache.\n'+