mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-08 00:11:57 +00:00
Discord.dm Update
Port's an integer, not a string.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
if (config.discord_bot_host)
|
||||
arguments += " --host=\"[config.discord_bot_host]\""
|
||||
if (config.discord_bot_port)
|
||||
arguments += " --port=\"[config.discord_bot_port]\""
|
||||
arguments += " --port=[config.discord_bot_port]"
|
||||
|
||||
message = replacetext(message, "\"", "\\\"")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user