mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
https -> http
https://github.com/bombsquad-community/plugin-manager/pull/48#discussion_r986313257
This commit is contained in:
parent
3c2bde366d
commit
2fe966ccae
2 changed files with 3 additions and 8 deletions
|
|
@ -36,7 +36,7 @@ REGEXP = {
|
|||
"plugin_entry_points": re.compile(b"(ba_meta export plugin\n+class )(.*)\\("),
|
||||
"minigames": re.compile(b"(ba_meta export game\n+class )(.*)\\("),
|
||||
}
|
||||
DISCORD_URL = "https://ballistica.net/discord"
|
||||
DISCORD_URL = "http://ballistica.net/discord"
|
||||
|
||||
_CACHE = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue