Skip to content

Instantly share code, notes, and snippets.

View Default-01's full-sized avatar
💻
Coding Discord bots mainly

Default Default-01

💻
Coding Discord bots mainly
View GitHub Profile
@Default-01
Default-01 / Ark RconCommander
Last active August 10, 2022 18:04
the configuration file for ArkRconCommander
Here is the cache and config file found for the Ark RconCommander bot.
Here is the translation and config file found for the Ark FunBot.
@Default-01
Default-01 / bot.json
Last active December 10, 2022 18:46
XSurvive Translation template
{
"LangName": "en",
"LangFullName": "English",
"LangEmoji": "🇺🇸",
"Contributors": ["Default#8127"],
"LangSetup": "{completion} Supported | Contributors: [hover]({contributors})",
"defaultFooter": "Visit https://xsurvive.xyz to find more information.",
"generalTimeout": "Are you still there?",
"generalTimeoutDesc": "I **have not received any reaction** from you during the last 90 seconds, please type `/survive` if you want to **keep playing**!",
"defaultNotFound": "That ID does not exist! **Please verify you spelled the command correctly** and type it again.",
Here is the cache and config file found for the PlayerCounter bot.
Here is the cache and config file found for the Ark Statics bot.
@Default-01
Default-01 / config.js
Created April 30, 2023 16:21
configuration of the rust server wiper bot
module.exports = {
token: '', // Your Discord bot token
rustMapsApiKey: '', // the rustmaps.io api key
guildId: '984577959648174121', // the id of the discord server you want to use the bot in
logChannelId: '1102195648683585616', // the id of the channel where the bot should log all actions
dbdAccountId: '', // your dbd account id (get this by typing /license display in the support server)
debugMode: true, // if true, the bot will log all actions to the console
servers: [
// in this list your can add as many servers as you need
{
@Default-01
Default-01 / arkautowipebot.js
Created May 11, 2023 08:54
ARK Auto Wipe Bot config file
module.exports = {
token: '', // the discord bot token
guildId: '984577959648174121', // the id of the discord server where the bot should be used
dbdAccountId: '', // the id of your dbd account
logChannelId: '1103622616641720360', // the id of the channel where the logs should be sent to
asmProfilesFolderPath: 'D:\\asmdata\\Profiles', // the path to the asm profiles folder (needed for ASM support)
debugMode: true, // if the debug mode should be enabled
clusters: [
{
identifier: 'Main', // the identifier of the cluster. (must be unique)