Title: some reason i cant get it to run · Issue #77 · basicBot/custom · GitHub
Open Graph Title: some reason i cant get it to run · Issue #77 · basicBot/custom
X Title: some reason i cant get it to run · Issue #77 · basicBot/custom
Description: (function () { // Change this to your GitHub username so you don't have to modify so many things. var fork = "2men23"; // Define our function responsible for extending the bot. function extend(1) { // If the bot hasn't been loaded proper...
Open Graph Description: (function () { // Change this to your GitHub username so you don't have to modify so many things. var fork = "2men23"; // Define our function responsible for extending the bot. function extend(1) {...
X Description: (function () { // Change this to your GitHub username so you don't have to modify so many things. var fork = "2men23"; // Define our function responsible for extending the bot. functi...
Opengraph URL: https://github.com/basicBot/custom/issues/77
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"some reason i cant get it to run","articleBody":"(function () {\r\n\r\n // Change this to your GitHub username so you don't have to modify so many things.\r\n var fork = \"2men23\";\r\n\r\n // Define our function responsible for extending the bot.\r\n function extend(1) {\r\n // If the bot hasn't been loaded properly, try again in 1 second(s).\r\n if (!window.bot) {\r\n return setTimeout(extend, 1 * 1000);\r\n }\r\n\r\n // Precaution to make sure it is assigned properly.\r\n var bot = window.bot;\r\n\r\n // Load custom settings set below\r\n bot.retrieveSettings(https://github.com/2men23/custom/blob/master/extension.js);\r\n\r\n //Extend the bot here, either by calling another function or here directly.\r\n\r\n // You can add more spam words to the bot.\r\n var spamWords = ['spam1', 'spam2', 'spam3', 'spam4'];\r\n for (var i = 0; i \u003c spamWords.length; i++) {\r\n window.bot.chatUtilities.spam.push(spamWords[i]);\r\n }\r\n\r\n // Example code for a bot command:\r\n bot.commands.baconCommand = {\r\n command: 'bacon', // The command to be called. With the standard command literal this would be: !bacon\r\n rank: 'user', // Minimum user permission to use the command\r\n type: 'exact', // Specify if it can accept variables or not (if so, these have to be handled yourself through the chat.message\r\n functionality: function (chat, cmd) {\r\n if (this.type === 'exact' \u0026\u0026 chat.message.length !== cmd.length) return void (0);\r\n if (!bot.commands.executable(this.rank, chat)) return void (0);\r\n else {\r\n API.sendChat(\"/me Bacon!!!\");\r\n }\r\n }\r\n };\r\n\r\n // Load the chat package again to account for any changes\r\n bot.loadChat(en.json);\r\n\r\n }\r\n\r\n //Change the bots default settings and make sure they are loaded on launch\r\n\r\n localStorage.setItem(\"basicBotsettings\", JSON.stringify({\r\n botName: \"animeFan#1\",\r\n language: \"english\",\r\n chatLink: \"https://rawgit.com/basicBot/source/master/lang/en.json\",\r\n scriptLink: \"https://rawgit.com/basicBot/source/master/basicBot.js\",\r\n roomLock: false, // Requires an extension to re-load the script\r\n startupCap: 10, // 1-200\r\n startupVolume: 100, // 0-100\r\n startupEmoji: true, // true or false\r\n autowoot: true,\r\n autoskip: false,\r\n smartSkip: true,\r\n cmdDeletion: true,\r\n maximumAfk: 10,\r\n afkRemoval: true,\r\n maximumDc: 60,\r\n bouncerPlus: true,\r\n blacklistEnabled: true,\r\n lockdownEnabled: false,\r\n lockGuard: false,\r\n maximumLocktime: 10,\r\n cycleGuard: true,\r\n maximumCycletime: 10,\r\n voteSkip: true,\r\n voteSkipLimit: 10,\r\n historySkip: true,\r\n timeGuard: true,\r\n maximumSongLength: 7,\r\n autodisable: false,\r\n commandCooldown: 30,\r\n usercommandsEnabled: true,\r\n thorCommand: false,\r\n thorCooldown: 10,\r\n skipPosition: 3,\r\n skipReasons: [\r\n ['theme', 'This song does not fit the room theme. '],\r\n ['op', 'This song is on the OP list. '],\r\n ['history', 'This song is in the history. '],\r\n ['mix', 'You played a mix, which is against the rules. '],\r\n ['sound', 'The song you played had bad sound quality or no sound. '],\r\n ['nsfw', 'The song you contained was NSFW (image or sound). '],\r\n ['unavailable', 'The song you played was not available for some users. ']\r\n ],\r\n afkpositionCheck: 15,\r\n afkRankCheck: 'ambassador',\r\n motdEnabled: false,\r\n motdInterval: 5,\r\n motd: 'welcome',\r\n filterChat: true,\r\n etaRestriction: false,\r\n welcome: true,\r\n opLink: string (),\r\n rulesLink: string ('https://animearmy-plug-dj.weebly.com'),\r\n themeLink: string ('https://animearmy-plug-dj.weebly.com'),\r\n fbLink: string ('https://www.facebook.com/animearmy.plug.dj'),\r\n discordLink: string ('https://discord.gg/JYNrCQC'),\r\n youtubeLink: null,\r\n website: string ('https://animearmy-plug-dj.weebly.com'),\r\n intervalMessages: [5],\r\n messageInterval: 5,\r\n songstats: true,\r\n commandLiteral: '!',\r\n blacklists: {\r\n NSFW: 'https://rawgit.com/basicBot/custom/master/blacklists/NSFWlist.json',\r\n OP: 'https://rawgit.com/basicBot/custom/master/blacklists/OPlist.json',\r\n BANNED: 'https://rawgit.com/basicBot/custom/master/blacklists/BANNEDlist.json'\r\n }\r\n },));\r\n\r\n // Start the bot and extend it when it has loaded.\r\n $.getScript(\"https://github.com/2men23/custom/blob/master/extension.js\", extend);\r\n\r\n}).call(this);","author":{"url":"https://github.com/2men23","@type":"Person","name":"2men23"},"datePublished":"2017-09-16T04:52:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":19},"url":"https://github.com/77/custom/issues/77"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:080b5d13-85cd-8278-eefa-4f580a6ab4aa |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A8B2:3D291C:1D619F5:28253CF:698DC623 |
| html-safe-nonce | 4c3fb23f16270e9e8c29a6eb5d4e83e596030874674813bca4deeef5d200569d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOEIyOjNEMjkxQzoxRDYxOUY1OjI4MjUzQ0Y6Njk4REM2MjMiLCJ2aXNpdG9yX2lkIjoiNjg3NzU1NzM0NTA0MTEwNjQ2NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 0423405681db5ba51e0b4c9814abb9dad65f9971f76c787373b5c032b67b17a1 |
| hovercard-subject-tag | issue:258208259 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/basicBot/custom/77/issue_layout |
| twitter:image | https://opengraph.githubassets.com/73ffa49f69e4134287cee264750440c41280d97bf7988af6ac7e6480064bc635/basicBot/custom/issues/77 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/73ffa49f69e4134287cee264750440c41280d97bf7988af6ac7e6480064bc635/basicBot/custom/issues/77 |
| og:image:alt | (function () { // Change this to your GitHub username so you don't have to modify so many things. var fork = "2men23"; // Define our function responsible for extending the bot. function extend(1) {... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | 2men23 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 2457fd9a1b17ca7f38c3c2653895ccb2e0dd04f18f77446a21354e9bc4b7902f |
| turbo-cache-control | no-preview |
| go-import | github.com/basicBot/custom git https://github.com/basicBot/custom.git |
| octolytics-dimension-user_id | 14091184 |
| octolytics-dimension-user_login | basicBot |
| octolytics-dimension-repository_id | 23425480 |
| octolytics-dimension-repository_nwo | basicBot/custom |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 23425480 |
| octolytics-dimension-repository_network_root_nwo | basicBot/custom |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 878672b82363fd98fbdc5bd0edb68e572c8a8d9b |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width