changed Bot to App

This commit is contained in:
2024-04-18 17:19:01 +02:00
parent 2fef5fb6de
commit a5fdf699d6
5 changed files with 14 additions and 11 deletions

View File

@@ -47,12 +47,12 @@ var Plugin = &shared.Plugin{
discord.ApplicationIntegrationTypeGuildInstall},
Options: []discord.ApplicationCommandOption{
&discord.ApplicationCommandOptionSubCommand{
Name: "bot",
Description: "Give bots a role when they join (Leave empty to remove current)",
Name: "app",
Description: "Give apps a role when they join (Leave empty to remove current)",
Options: []discord.ApplicationCommandOption{
&discord.ApplicationCommandOptionRole{
Name: "role",
Description: "The role bots should get when they join the server",
Description: "The role apps should get when they join the server",
},
},
},