Esempio n. 1
0
 public async Task DontKeepMeUpdated(CommandContext ctx)
 {
     await UserRoles.RemoveUserRolesAsync(ctx, x => true);
 }
Esempio n. 2
0
 public async Task JoinInsiderDevCmd(CommandContext ctx)
 {
     await UserRoles.GiveUserRoleAsync(ctx, Program.cfgjson.UserRoles.InsiderDev);
 }
Esempio n. 3
0
 public async Task JoinPatchTuesday(CommandContext ctx)
 {
     await UserRoles.GiveUserRoleAsync(ctx, Program.cfgjson.UserRoles.PatchTuesday);
 }