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