Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@
"plugin": "TeamRandomizer",
"enabled": true,
"command": "randomize"
},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be in the template folders and generation commands ran,

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

squad-server/templates/config-template.json?

{
"plugin": "DiscordStats",
"enabled": true,
"discordClient": "discord",
"database": "mysql", // Replace this with any DB you use "mongoDB, sqlite, or keep it as mysql
"channelID": "put_channel_ID_here", // Replace this with your discord channel ID
"prefix": "!"
}
],
"logger": {
Expand Down
Loading