From 418d228ba4b8c9c598447ad4bdeea359a1e12331 Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Thu, 5 Mar 2020 11:08:19 -0600 Subject: [PATCH 01/11] main.yml AUnX --- .github/workflows/main.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..ab6a9cb --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 9309080be1fb5df9ed7e9a89d75ca4f3e2c20567 Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Thu, 5 Mar 2020 11:09:09 -0600 Subject: [PATCH 02/11] uux.yml AUnX --- .github/workflows/uukx.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/uukx.yml diff --git a/.github/workflows/uukx.yml b/.github/workflows/uukx.yml new file mode 100644 index 0000000..ab6a9cb --- /dev/null +++ b/.github/workflows/uukx.yml @@ -0,0 +1,33 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the action will run. Triggers the workflow on push or pull request +# events but only for the master branch +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + # Runs a single command using the runners shell + - name: Run a one-line script + run: echo Hello, world! + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. From 9c2ab1bf5163fb7e988160c11c0d15392a1152d2 Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Thu, 5 Mar 2020 11:13:49 -0600 Subject: [PATCH 03/11] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 738e9b9..558e127 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const config = require("./config.json") const bot = new Discord.Client(); const fs = require("fs"); bot.commands = new Discord.Collection(); -if(config.token === "setmeplease") return console.log("Set your token up! Go to https://www.discordapp.com/developers and generate a token from a bot user."); +if(config.token === "NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE") return console.log("NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE"); fs.readdir("./commands/", (err, files) => { From 3c27890e0c818dd9e36815312c27e7b2af3dd988 Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Thu, 5 Mar 2020 11:18:19 -0600 Subject: [PATCH 04/11] Update config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 61d4220..756a7cb 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "prefix": "!", - "token": "setmeplease" + "prefix": "-", + "token": "NTI1MTMzMTc1MTEwNzYyNTA2.XmE0Qg.kByJJ3VOLyWmMQljldsc-j92aTk" } From d1c808ab80d9a4b3e84b5bdc3165421c090257f0 Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Thu, 5 Mar 2020 11:26:05 -0600 Subject: [PATCH 05/11] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 558e127..252cf99 100644 --- a/index.js +++ b/index.js @@ -44,4 +44,4 @@ bot.on("message", async message => { }) -bot.login(config.token) +bot.login(config.NTI1MTMzMTc1MTEwNzYyNTA2.XmE0Qg.kByJJ3VOLyWmMQljldsc-j92aTk) From 9176dbfded9d3658f18ab1aebd15381ec116eea6 Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Thu, 5 Mar 2020 15:00:04 -0600 Subject: [PATCH 06/11] Update index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 252cf99..5494c3d 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ const Discord = require("discord.js") const config = require("./config.json") -const bot = new Discord.Client(); +const bot = new Discord.Client(525133175110762506); const fs = require("fs"); bot.commands = new Discord.Collection(); if(config.token === "NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE") return console.log("NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE"); @@ -44,4 +44,4 @@ bot.on("message", async message => { }) -bot.login(config.NTI1MTMzMTc1MTEwNzYyNTA2.XmE0Qg.kByJJ3VOLyWmMQljldsc-j92aTk) +bot.login(config.525133175110762506) From c121bffe9eab9f64ee38357f1f51daaf81dd8794 Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Thu, 5 Mar 2020 15:01:52 -0600 Subject: [PATCH 07/11] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5494c3d..72a737c 100644 --- a/index.js +++ b/index.js @@ -44,4 +44,4 @@ bot.on("message", async message => { }) -bot.login(config.525133175110762506) +bot.login(config.token) From 9abb554f10f763e02f21e0aa403fe1a954338a03 Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Thu, 5 Mar 2020 15:04:01 -0600 Subject: [PATCH 08/11] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 72a737c..61a5fcd 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const config = require("./config.json") const bot = new Discord.Client(525133175110762506); const fs = require("fs"); bot.commands = new Discord.Collection(); -if(config.token === "NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE") return console.log("NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE"); +if(config.token === ("NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE") return console.log("NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE"); fs.readdir("./commands/", (err, files) => { From 1f7360eeaa2314f22ad20241804a98b8446870dc Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Mon, 16 Mar 2020 10:50:38 -0500 Subject: [PATCH 09/11] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 756a7cb..3018a6f 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { "prefix": "-", - "token": "NTI1MTMzMTc1MTEwNzYyNTA2.XmE0Qg.kByJJ3VOLyWmMQljldsc-j92aTk" + "token": "" } From ede50c8fdbb09710cda4f195713cf6b12e36c3b5 Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Fri, 27 Mar 2020 09:56:11 -0500 Subject: [PATCH 10/11] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 61a5fcd..6fa79bb 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const config = require("./config.json") const bot = new Discord.Client(525133175110762506); const fs = require("fs"); bot.commands = new Discord.Collection(); -if(config.token === ("NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE") return console.log("NTI1MTMzMTc1MTEwNzYyNTA2.XmEy_w.N9WzNZYn1-OO9Z6KGJmwMSvEFdE"); +if(config.token === ("") return console.log(""); fs.readdir("./commands/", (err, files) => { From 289f7833c26b001d203842a064cddf970dac5eac Mon Sep 17 00:00:00 2001 From: Stephen Kushner Jr <61812064+Ademyst@users.noreply.github.com> Date: Fri, 27 Mar 2020 09:56:39 -0500 Subject: [PATCH 11/11] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6fa79bb..d1d0bb0 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ const Discord = require("discord.js") const config = require("./config.json") -const bot = new Discord.Client(525133175110762506); +const bot = new Discord.Client(); const fs = require("fs"); bot.commands = new Discord.Collection(); if(config.token === ("") return console.log("");