mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-26 17:05:01 +00:00
Git you fucking piece of shit
This commit is contained in:
parent
48aabaa878
commit
4b3c31f0e9
@ -36,12 +36,8 @@ 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());
|
||||
|
Loading…
Reference in New Issue
Block a user