Use name or ID for role not working
It would be helpful if the "Verification Role (role given when verified)" can use role ID in addition to the name. Thanks!
This is already a feature
 
 
Ok. I didn't see that mentioned. I thought it had to be name only. Thanks

Merged post

I just tried placing my role ID into this line in the config and got the below error

"Verification Role (role given when verified)": "[my role id]",​

 

[Discord Rewards] ERROR: The "[my role id]" role couldn't be found (try role ID instead)! Expect further errors!​


Merged post

Any update on this? It's not auto adding our users to the Role we specify. Thanks
This is marked as solved.. did you find solution?
No. I'm using the ID and it's giving me that error. And after a user verifies it's not giving them that role.
Same. what version are you all using? And what's the last working version?
Your most up to date version
I get the same error using the name or Id it gives me that error
@birthdates checking in on this. I am using the ID for my group and get the message above, and users are not being added to the role. Thanks
same thimg, not working.

I just signed up to let the developer know Im also having this Issue. I used role Ids, attempted to try both the name and id, no avail.

--

Looking at hard code, the error is set to come up when there is no role ID found at all. So it has to be an issue with the config file not grabbing the variable. I seemed to have fixed it by hard coding the role into the original script. Now it all works as expected.

 private void Discord_Ready()
        {
            role = GetRoleByName("ROLE_ID_HERE");
            if (role == null)
            {
                PrintError($"ERROR: The \"{_config.role}\" role couldn't be found (try role ID instead)! Expect further errors!");
            } else {
				 PrintError("Found Role" + role);
			}
        }
I appreciate you trying to fix but I still get the same error with my ID.
Please fix this!
@birthdates ^^ your help is greatly appreciated!
No point to spam, it's dead. I got working version, you can get too, if you will search better.