asdf
This commit is contained in:
19
discord/bots/num1/Config.json
Normal file
19
discord/bots/num1/Config.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"UpdateTime": 30,
|
||||||
|
"ServerInformation": [
|
||||||
|
{
|
||||||
|
"Name": "ZyaD Server Status",
|
||||||
|
"Address": "72.213.191.131:2305",
|
||||||
|
"Token": "MTA0ODc5MDAzNTM3NTMyOTM3MA.GlobiD.MDkpw9ySx15KiQkudeUPkA2FGAmIltIv9gi9H4",
|
||||||
|
"Status": 1,
|
||||||
|
"UseNameAsLabel": false,
|
||||||
|
"ProviderType": 0,
|
||||||
|
"ChannelID": null,
|
||||||
|
"StatusFormat": "Chernaurus: @Players/@MaxPlayers"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ApplicationTokens": {
|
||||||
|
"SteamAPIKey": "21269ABF5364A400A6367F32109EC651",
|
||||||
|
"BattleMetricsKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbiI6ImMyMTJhMTk0MDcyMjYzOGYiLCJpYXQiOjE2Njc5Njg3MTAsIm5iZiI6MTY2Nzk2ODcxMCwiaXNzIjoiaHR0cHM6Ly93d3cuYmF0dGxlbWV0cmljcy5jb20iLCJzdWIiOiJ1cm46dXNlcjo2MjY3MTAifQ.n8lc4qGwO2SYXvX50l2kbCHgi4dppW9P9G8sG2UB690"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
discord/bots/num1/DiscordPlayerCountBot.exe
Normal file
BIN
discord/bots/num1/DiscordPlayerCountBot.exe
Normal file
Binary file not shown.
45
discord/bots/num1/log4net.config
Normal file
45
discord/bots/num1/log4net.config
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<log4net>
|
||||||
|
<root>
|
||||||
|
<level value="ALL" />
|
||||||
|
<appender-ref ref="console" />
|
||||||
|
<appender-ref ref="file" />
|
||||||
|
</root>
|
||||||
|
|
||||||
|
<!--File Appender-->
|
||||||
|
<appender name="file" type="log4net.Appender.RollingFileAppender">
|
||||||
|
<threshold value="ERROR"/>
|
||||||
|
<file value="warnings_and_errors.log" />
|
||||||
|
<appendToFile value="true" />
|
||||||
|
<rollingStyle value="Size" />
|
||||||
|
<maxSizeRollBackups value="5" />
|
||||||
|
<maximumFileSize value="25MB" />
|
||||||
|
<staticLogFileName value="true" />
|
||||||
|
<layout type="log4net.Layout.PatternLayout">
|
||||||
|
<conversionPattern value="%date %level %logger - %message%newline" />
|
||||||
|
</layout>
|
||||||
|
</appender>
|
||||||
|
|
||||||
|
<!--Console appender-->
|
||||||
|
<appender name="console" type="log4net.Appender.ManagedColoredConsoleAppender">
|
||||||
|
<threshold value="INFO"/>
|
||||||
|
<mapping>
|
||||||
|
<level value="INFO" />
|
||||||
|
<forecolor value="Green" />
|
||||||
|
</mapping>
|
||||||
|
<mapping>
|
||||||
|
<level value="WARN" />
|
||||||
|
<forecolor value="Yellow" />
|
||||||
|
</mapping>
|
||||||
|
<mapping>
|
||||||
|
<level value="ERROR" />
|
||||||
|
<forecolor value="Red" />
|
||||||
|
</mapping>
|
||||||
|
<mapping>
|
||||||
|
<level value="DEBUG" />
|
||||||
|
<forecolor value="Blue" />
|
||||||
|
</mapping>
|
||||||
|
<layout type="log4net.Layout.PatternLayout">
|
||||||
|
<conversionpattern value="%date %-5level - %message%newline" />
|
||||||
|
</layout>
|
||||||
|
</appender>
|
||||||
|
</log4net>
|
||||||
1
discord/bots/num1/warnings_and_errors.log
Normal file
1
discord/bots/num1/warnings_and_errors.log
Normal file
@@ -0,0 +1 @@
|
|||||||
|
2022-12-03 22:12:29,734 ERROR PlayerCountBot.Providers.SteamProvider - [Steam] - 21cbba8c-0f4c-46f4-8ce0-52c27a808b8a - Server Address: 72.213.191.131:2305 was not found in Steam's directory.
|
||||||
11
discord/discord_bot_info.txt
Normal file
11
discord/discord_bot_info.txt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
app id:
|
||||||
|
1048790035375329370
|
||||||
|
|
||||||
|
pub key:
|
||||||
|
15a2d69333ab4d3c7fe52cefce65a86fbfd607a0c39a23a85958b5b1529bd5d6
|
||||||
|
|
||||||
|
permission integer:
|
||||||
|
829531688784
|
||||||
|
|
||||||
|
token:
|
||||||
|
MTA0ODc5MDAzNTM3NTMyOTM3MA.GlobiD.MDkpw9ySx15KiQkudeUPkA2FGAmIltIv9gi9H4
|
||||||
BIN
discord/logo.png
Normal file
BIN
discord/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
1
discord/vc1-id.txt
Normal file
1
discord/vc1-id.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
1048793047376351282
|
||||||
Reference in New Issue
Block a user