invicta-nz

Results 13 issues of invicta-nz

New commands, some of which might want to be added: "AddMapRotation MapID GameMode", "AddMod UniqueID", "Ban UniqueID", "Banlist", "EnableCompMode TrueFalse", "EnableVerboseLogging TrueFalse", "EnableWhitelist TrueFalse", "Gag UniqueID TrueFalse", "InspectAll", "InspectTeam TeamID",...

Discord-components (https://github.com/kiki7000/discord.py-components) is no longer being maintained and has been removed from pypi. Reported workaround is a manual install from archived github repo: `pipenv install https://github.com/kiki7000/discord.py-components/archive/refs/tags/2.1.2.tar.gz`

bug

Currently the bot is using two libraries that are either fairly unmaintained (discord.py) or totally unmaintained (discord-components). Nextcord seems to have risen as the community supported replacement fork for discord.py...

enhancement

Report received that python 3.9 is incompatible due to "a deprecated syntax (async) so that it wont work in Python3.9"

bug

A new version of pavlovserver has been released for Shack in RC. There are updated RCON commands and possibility of old ones returning new data that might break the bot...

enhancement

Currently ;maplist just outputs obscure UGC numbers. Could pull names either from aliases.json or could look up from steam using ;serverinfo display code.

enhancement

@Derpyhsi Reports that multiple users using ;menu at once can result in unexpected results likely due to variable re-use

bug

Not bot's fault. Rcon doesn't give back a false when it should.

bug
wontfix

After watching users work with the bot, I have come to the conclusion that our ``;help`` is too detailed. Average users require help remembering about 3 commands (;switchmap, ;matchsetup, ;resetsnd)....

enhancement

Tonight during a league game a creative captain discovered an inconsistency. We have eliminated case sensitivity for most elements of commands, but not for server names. So if a player...

bug