taliyos/Form2RoleBot

Error (without roles?)

Closed this issue · 6 comments

Screenshot (14)
Bot throws this error (I'm assuming it's when roles aren't configured)-is there any way to remove the role functionality entirely? I just need it for nicknames per user.

That's interesting. I'll start working on a solution (should be done soon). Could you possibly provide your google sheets config (without api key and sheets id)? Thanks!

I just updated the program for support for nickname only use. My own testing brought up no issues. https://github.com/talios0/Form2RoleBot/releases/tag/0.3.3 . If you have any questions, let me know!

That worked! Thank you so much. Here are the files that I used previously just in case you're interested in them. Had to change them to txt to upload here. Let me know if anything was off, could've been a , or "" mistake on my part. I'll play with role assignments now to see if they work.

roleGroups.txt
config.txt
googleConfig.txt

To clarify with role assignments, can I delete the second roles section in roleGroups.json? If I disable rolegroups can I just have one column with the same role in the sheet and expect it to work?

I now see what I did wrong, sorry for the confusion. Everything works for me now. Thanks for adding the nickname only mode! I'll be using it a lot.

Everything looks good! I hope everything works well from here on out. Don't hesitate to ask any questions. The roleGroups config will only be used if it is enabled in the config. Otherwise, it doesn't do anything.

I do have one question, actually-how does it handle incorrect discord IDs? (if there's something before or after the ID) Will it just skip that one or break the bot?

Incorrect IDs are skipped. Basically, the bot looks through the users on the server, if no user matches the ID in the google sheet, it skips it.