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
Some functionality requires specific permission of the bot.
The permissions get first set when the bot gets invited to a server, so we need to define the permissions as early as possible.
Easiest way would be a public static const PERMISSION_REQUIREMENTS = (int) for every plugin, and then the bot gets a getPermissionRequirements():int function to use for the invite link.
The text was updated successfully, but these errors were encountered:
Some functionality requires specific permission of the bot.
The permissions get first set when the bot gets invited to a server, so we need to define the permissions as early as possible.
Easiest way would be a
public static const PERMISSION_REQUIREMENTS = (int)
for every plugin, and then the bot gets agetPermissionRequirements():int
function to use for the invite link.The text was updated successfully, but these errors were encountered: