I'm blind
This commit is contained in:
@@ -261,7 +261,7 @@ public class LightlessModule : InteractionModuleBase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[SlashCommand("Toggle User Profile", "ADMIN ONLY: disable a user profile by their uid")]
|
[SlashCommand("toggleuserprofile", "ADMIN ONLY: disable a user profile by their uid")]
|
||||||
public async Task ToggleUserProfile(
|
public async Task ToggleUserProfile(
|
||||||
[Summary("uid", "uid to disable")] string uid,
|
[Summary("uid", "uid to disable")] string uid,
|
||||||
[Summary("toggle", "Enable or Disable the profile")]
|
[Summary("toggle", "Enable or Disable the profile")]
|
||||||
@@ -308,7 +308,7 @@ public class LightlessModule : InteractionModuleBase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[SlashCommand("Toggle Group Profile", "ADMIN ONLY: toggle a group profile by their gid")]
|
[SlashCommand("togglegroupprofile", "ADMIN ONLY: toggle a group profile by their gid")]
|
||||||
public async Task ToggleGroupProfile(
|
public async Task ToggleGroupProfile(
|
||||||
[Summary("gid", "gid to disable")] string gid,
|
[Summary("gid", "gid to disable")] string gid,
|
||||||
[Summary("toggle", "Enable or Disable the profile")]
|
[Summary("toggle", "Enable or Disable the profile")]
|
||||||
|
|||||||
Reference in New Issue
Block a user