#Problem with plugin

4 messages · Page 1 of 1 (latest)

stable quailBOT
#

@marsh field

rmtninja Uploaded Some Code

I have a plugin that synchronizes Discord permissions with user permissions on my forum. However, the plugin is experiencing some issues.

It does not update accounts of users with 19 digits, and it also does not update accounts of users starting with 9, like mine (962023311016099850).

In other words, it ignores accounts created after 2022. It seems to be a problem with the numerical sequence, but since the plugin has no external dependencies other than Unirest, I can't locate the error. Maybe the issue is on the Discord side?

I'll attach the plugin's code.

Thank you.

Uploaded these files to a Gist
ripe fossil
#

I think with what they have currently it's able to match 18 so it's not doing the or to match 19

#

@marsh field