Skip to content

Instantly share code, notes, and snippets.

@AgentBUB
Last active May 8, 2022 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AgentBUB/a889a4c4cd1ca4a7cd40d36fed5a6e12 to your computer and use it in GitHub Desktop.
Save AgentBUB/a889a4c4cd1ca4a7cd40d36fed5a6e12 to your computer and use it in GitHub Desktop.
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"],
"activities": ["your store", "an amazing server", "shadowdevs.com"],
"shopifySettings": {
"shopName": "example-store",
"apiKey": "API_KEY",
"password": "ADMIN_API_ACCESS_TOKEN"
},
"settings": {
"showPII": false,
"embedColor": "#5865F2",
"clientJoinNotification": true,
"clientJoinRoleAdd": true,
"clientRole": "DISCORD_ROLE_ID",
"companyLineAsDiscord": true
},
"logs": {
"clientJoin": "DISCORD_CHANNEL_ID",
"shopifyCommandLogs": "DISCORD_CHANNEL_ID"
},
"branding": {
"name": "Shadow Development",
"logo": "https://shadowdevs.com/img/Logo-Discord.png"
},
"faq": [
{
"title": "FAQ: How do I get my Discord ID?",
"command": "discordid",
"answer": "To get your Discord ID follow these steps:\nGo to your settings > Advanced > enabled 'Developer Mode' > then head out of your settings > right click your profile in chat or on the side bar > click copy ID\n*If your confused, this video will help you enable Developer Mode: https://youtu.be/13LeA6m9kU8*"
},
{
"title": "Common Question #1",
"command": "quest",
"answer": "An answer"
},
{
"title": "Common Question #2",
"command": "quest2",
"answer": "An epic answer"
},
{
"title": "Common Question #3",
"command": "quest3",
"answer": "A cool answer"
}
]
}
{
"prefix": "",
"token": "",
"owners": [""],
"defaultPerms": [""],
"staffRoles": [""],
"activities": [""],
"shopifySettings": {
"shopName": "",
"apiKey": "",
"password": ""
},
"settings": {
"showPII": false,
"embedColor": "",
"clientJoinNotification": true,
"clientJoinRoleAdd": true,
"clientRole": "",
"companyLineAsDiscord": true
},
"logs": {
"clientJoin": "",
"shopifyCommandLogs": ""
},
"branding": {
"name": "",
"logo": ""
},
"faq": [
{
"title": "",
"command": "",
"answer": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment