Skip to content

Instantly share code, notes, and snippets.

View AgentBUB's full-sized avatar
🛠️
Developing

Agent BUB AgentBUB

🛠️
Developing
View GitHub Profile
@AgentBUB
AgentBUB / appData.js
Created August 18, 2022 23:39
Community Template v2
/// PLEASE REFER TO https://docs.shadowdevs.com/website/communitytemplate FOR HELP ///
// The text (JSON Key) before the ": { title: '', desc: '', type: '', link: ''}" is the
// link name that you placed within the config.js, under the "applications" section at the bottom.
// Ensure you are NOT using uppercase, special characters, slashes, dashes, or anything of the nature.
// You can NOT have a JSON Key be a duplicate!
const appData = {
first: {
// <-- Text before the ": {" is the aforementioned text, aka a "JSON Key".
@AgentBUB
AgentBUB / config.json
Last active May 8, 2022 01:38
Shopify Bot Config.json
{
"prefix": ".",
"token": "BOT_TOKEN",
"owners": ["DISCORD_USER_ID"],
"defaultPerms": ["SEND_MESSAGES", "VIEW_CHANNEL"],
"staffRoles": ["DISCORD_ROLE_ID", "DISCORD_ROLE_ID_2"],
@AgentBUB
AgentBUB / application-example.php
Last active March 5, 2022 23:45
Community Template Configs
<?php
$appTitle = "First App";
$appDesc = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Repudiandae, dolorem quisquam quas architecto, ut porro molestiae nihil reprehenderit, nulla facilis quam aperiam consectetur odit. Quidem laudantium nemo animi consequatur deleniti.";
$appLink = "https://docs.google.com/forms/d/e/1FAIpQLSc81OBt2FKIHBrw-Ob5WkI5Eg8G6oTpczOEvXDy3D96X7bGsQ/viewform";
?>
<div class="container">
<h1 class="header"><?= $appTitle ?></h1>
<p><?= $appDesc ?></p>
<div class="frame">
@AgentBUB
AgentBUB / config.lua
Last active March 5, 2022 23:45
Default Version of the RTO System Link's Config for the ASP Documentation page.
--[[
───────────────────────────────────────────────────────────────
RTO System In-Game Link (config.lua) - Created by Shadow Development
Website: https://shadowdevs.com
Documentation: https://docs.shadowdevs.com/rtosystem
Discord: https://discord.shadowdevs.com
───────────────────────────────────────────────────────────────
@AgentBUB
AgentBUB / config.json
Created September 5, 2021 22:54
Default Versions of the RTO System Bot's Config for ASP's Documentation page.
{
"prefix": ".",
"token": "",
"channelID": "",
"useLogs": "true",
"logchannelID": "",
"webchannelID": "",
"neededRoles": ["", "", ""],
"adminRoles": ["", ""],
"muteTimer": "5",
@AgentBUB
AgentBUB / config.lua
Last active October 11, 2023 00:36
Default Version of the Extra Menu for the ASP Documentation page.
--[[
───────────────────────────────────────────────────────────────
Extra Changer Menu (config.lua) - Created by Shadow Development
Website: https://shadowdevs.com
Documentation: https://docs.shadowdevs.com/opensource/extramenu
Discord: https://shadowdevs.com/discord
───────────────────────────────────────────────────────────────
@AgentBUB
AgentBUB / colors.json
Created March 7, 2021 22:17
Default Versions of the Hiring Bot Configs for ASP's Documentation page.
{
"purple_dark": "#6a006a",
"purple_medium": "#a958a5",
"purple_light": "#c481fb",
"orange": "#ffa500",
"gold": "#daa520",
"red_dark": "#8e2430",
"redlight": "#f94343",
"blue_dark": "#3b5998",
"cyan": "#5780cd",
@AgentBUB
AgentBUB / config.json
Last active March 5, 2022 23:46
Default Versions of the Hiring Bot Configs for ASP's Documentation page.
{
"prefix": "!",
"token": "Bot Token Here",
"bot_setup": {
"server_name": "Your Roleplay",
"bot_status": "online",
"bot_game_type": "WATCHING",
"bot_game": ["for applicants.", "amazing applications.", "departments grow!"],
"main_embed_color": "#fff"
@AgentBUB
AgentBUB / blank-config.json
Last active March 10, 2021 21:04
Default Versions of the Hiring Bot Configs for ASP Documentation page.
{
"prefix": "",
"token": "",
"bot_setup": {
"server_name": "",
"bot_status": "",
"bot_game_type": "",
"bot_game": ["", "", ""],
"main_embed_color": ""