Plugin filename Pollless.cs must match the main class
I get the following erro when I load the plugin.

Plugin filename Pollless.cs must match the main class Voteless (should be Voteless.cs)
Good catch, not sure how I missed that during review! @Kechless
Thank you for the quick reply Wulf. Is there anything I can do on my end to fix the issue?
You can either rename the file to Voteless or change the "class Voteless" to "class Polless" in the .cs file.
Will do, thank you for your help.