Exemplo n.º 1
0
 public async Task JoinInsiderDevCmd(CommandContext ctx)
 {
     await UserRoles.GiveUserRoleAsync(ctx, Program.cfgjson.UserRoles.InsiderDev);
 }
Exemplo n.º 2
0
 public async Task JoinPatchTuesday(CommandContext ctx)
 {
     await UserRoles.GiveUserRoleAsync(ctx, Program.cfgjson.UserRoles.PatchTuesday);
 }