mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-09-21 17:04:00 +00:00
12 lines
382 B
Lua
12 lines
382 B
Lua
--- Config file for the server detail
|
|
-- @config Server
|
|
|
|
return {
|
|
community_name = "Explosive Gaming",
|
|
discord = "https://discord.explosivegaming.nl",
|
|
website = "https://www.explosivegaming.nl",
|
|
status = "https://status.explosivegaming.nl",
|
|
github = "https://github.com/explosivegaming/ExpCluster",
|
|
patreon = "https://www.patreon.com/ExpGaming"
|
|
}
|