Skip to content
Snippets Groups Projects
Verified Commit a31bcdfa authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Fix Telegram unregister help info

parent e20d0ead
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ export class TelegramService implements OnModuleInit {
async start(ctx: TelegrafContext) {
await ctx.reply(`
/register <password> <name>\n - Registers you as a new Agent. The password 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
/unregister\n - Removes the connection between your Telegram and Agent account.\n\n
/profile\n - Shows your current profile.
`);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment