11 lines
477 B
Lua
11 lines
477 B
Lua
----------------------------
|
|
--- Bootstrap-Scoreboard ---
|
|
----------------------------
|
|
Config = {
|
|
Default_Profile = "https://media4.giphy.com/media/3zhxq2ttgN6rEw8SDx/giphy.gif", -- Discord Avatar column picture if theirs is not found
|
|
ScoreboardKey = 27, -- 27 is UP, 57 is F10
|
|
Discord_Not_Found = "Not Found", -- This will display under 'Discord Name' column if their name is not found
|
|
ServerIcon = "https://i.imgur.com/ZPdWoUn.png",
|
|
PageSize = 15,
|
|
ServerSlots = 64,
|
|
} |