public async Task StartDiscordAppAsync([Summary("Discord bot client id.")] ulong clientId) { if (await DiscordAppService.StartDiscordAppAsync(clientId)) { await ReplyAsync(":white_check_mark: Successfully started the discord app."); } else { await ReplyAsync(":negative_squared_cross_mark: This discord app is does not exist!"); } }