Marco Crespi

Results 27 comments of Marco Crespi

I'm having this issue when using github actions with the `macos-latest` runner. I have npm setup with this step: ```yml - name: Setup node uses: actions/setup-node@v1 with: node-version: '12' registry-url:...

Please check out [this issue](https://github.com/SideProjectGuys/invite-manager-bot/issues/144) for more information about premium when self-hosting.

Maybe we should find a way to automatically update this?

I think we should generally use the nickname whenever possible, and fall back to the user name. The nickname is not saved in the database, only the username

There are quite a few variables that would not be populated which we have to replace, not just the inviter. It could be done but is quite a bit of...

Hi, no stupid questions around here. My documentation isn't that great to be honest. Someone else reported this on discord as well. I'll look into it as soon as possible,...

Can you send me your `users.conf` file? Please remove the password in it for security. Also the `permissions.conf` file would be useful. You can also replace any sensitive information in...

I can't seem to reproduce this. What version of Web-API are you using? And when exactly does these errors show up? Just when you're viewing the AdminPanel in general? Or...

Did this occur while you were on the "map" page of the AdminPanel?

So generally all user accounts get a request limit of 10/second, which should be more than enough. You could try adding `rateLimit=100` to your `users.conf` file after the `permissions` entry....