Merge remote-tracking branch 'refs/remotes/origin/RELEASE-2023.03' into RELEASE-2023.03

This commit is contained in:
Video
2023-04-05 16:17:38 -06:00
15 changed files with 119 additions and 478 deletions

View File

@ -36,8 +36,12 @@ public enum SnowflakeEntry
return Snowflake.of(entry.getString());
}
<<<<<<< HEAD
public static Set<Snowflake> acceptableRoleIDs()
{
=======
public static Set<Snowflake> acceptableRoleIDs() {
>>>>>>> refs/remotes/origin/RELEASE-2023.03
Set<Snowflake> acceptableRoleIDs = new HashSet<>();
acceptableRoleIDs.add(SnowflakeEntry.OWNER_ROLE_ID.getSnowflake());
acceptableRoleIDs.add(SnowflakeEntry.DEVELOPER_ROLE_ID.getSnowflake());