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