Exemple #1
0
        public async Task DefaultAsync()
        {
            await LocalisationService.UpdateLocalisationAsync(DbContext, Context.Guild.Id, Context.Member.Id, Language.Default);

            await ReplyAsync(LOCALISATION_SET, "default");
        }
Exemple #2
0
        public async Task OwoAsync()
        {
            await LocalisationService.UpdateLocalisationAsync(DbContext, Context.Guild.Id, Context.Member.Id, Language.Owo);

            await ReplyAsync(LOCALISATION_SET, "owo");
        }