Create config.json

master
Minetest-j45 2021-03-22 21:11:10 +00:00 committed by GitHub
parent eb5f3934c8
commit ea15d12741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
config.json Normal file
View File

@ -0,0 +1,10 @@
{
"token": "SuperSecretDiscordBotToken",
"discord_server_id": "IdOfDiscordServerYouWantToRelayTo",
"discord_channel_id": "IdOfDiscordChannelYouWantToRelayTo",
"irc_server": "IrcServerYouWantToRelayTo",
"irc_nick": "NameOfBotInIrc",
"irc_nickpass": "RandomPassword",
"irc_hostserv": false,
"irc_channel": "IrcChannelYouWantToRelayTo"
}