public async Task DefaultAsync() { await LocalisationService.UpdateLocalisationAsync(DbContext, Context.Guild.Id, Context.Member.Id, Language.Default); await ReplyAsync(LOCALISATION_SET, "default"); }
public async Task OwoAsync() { await LocalisationService.UpdateLocalisationAsync(DbContext, Context.Guild.Id, Context.Member.Id, Language.Owo); await ReplyAsync(LOCALISATION_SET, "owo"); }