You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on examples/slash_commands/main.go the code won't run because of discordgo.PermissionManageGuild on line 38, but changing it to discordgo.PermissionManageServer fixes it.
However, it's gives a warning saying "[deprecated] (default) discordgo.PermissionManageServer is deprecated: PermissionManageServer has been replaced by PermissionManageGuild."
The text was updated successfully, but these errors were encountered:
on examples/slash_commands/main.go the code won't run because of discordgo.PermissionManageGuild on line 38, but changing it to discordgo.PermissionManageServer fixes it.
However, it's gives a warning saying "[deprecated] (default) discordgo.PermissionManageServer is deprecated: PermissionManageServer has been replaced by PermissionManageGuild."
The text was updated successfully, but these errors were encountered: