mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-28 19:26:42 +00:00
Merge remote-tracking branch 'refs/remotes/origin/RELEASE-2023.03' into RELEASE-2023.03
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user