From ee246734aa2405d4f0ca7800e850026873a46dde Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Mon, 10 Feb 2020 21:08:46 +0200 Subject: [PATCH] removed src --- {src/commands => commands}/bug.js | 0 {src/commands => commands}/cmduses.js | 0 {src/commands => commands}/disconnect.js | 0 {src/commands => commands}/eval.js | 0 {src/commands => commands}/help.js | 0 {src/commands => commands}/invite.js | 0 {src/commands => commands}/join.js | 0 {src/commands => commands}/loop.js | 0 {src/commands => commands}/loopsong.js | 0 {src/commands => commands}/nowplaying.js | 0 {src/commands => commands}/pause.js | 0 {src/commands => commands}/play.js | 0 {src/commands => commands}/queue.js | 0 {src/commands => commands}/remove.js | 0 {src/commands => commands}/resume.js | 0 {src/commands => commands}/search.js | 0 {src/commands => commands}/seek.js | 0 {src/commands => commands}/settings.js | 0 {src/commands => commands}/settings/announcesongs.js | 0 {src/commands => commands}/settings/permissions.js | 0 {src/commands => commands}/settings/prefix.js | 0 {src/commands => commands}/settings/reset.js | 0 {src/commands => commands}/settings/setDj.js | 0 {src/commands => commands}/settings/volume.js | 0 {src/commands => commands}/shuffle.js | 0 {src/commands => commands}/skip.js | 0 {src/commands => commands}/skipto.js | 0 {src/commands => commands}/status.js | 0 {src/commands => commands}/stop.js | 0 {src/commands => commands}/volume.js | 0 {src/events => events}/dispatcher/finish.js | 0 {src/events => events}/guildCreate.js | 0 {src/events => events}/msg.js | 0 {src/events => events}/ready.js | 0 {src/events => events}/voiceStateUpdate.js | 0 src/index.js => index.js | 0 {src/struct => struct}/client.js | 0 {src/struct => struct}/config/config.js | 0 struct/config/serviceAccount.json | 12 ++++++++++++ {src/struct => struct}/funcs/check.js | 0 {src/struct => struct}/funcs/dbget.js | 0 {src/struct => struct}/funcs/exe.js | 0 {src/struct => struct}/funcs/ffmpeg.js | 0 {src/struct => struct}/funcs/handleVideo.js | 0 {src/struct => struct}/funcs/msToTime.js | 0 {src/struct => struct}/funcs/play.js | 0 {src/struct => struct}/funcs/shuffle.js | 0 {src/struct => struct}/funcs/urlMatch.js | 0 48 files changed, 12 insertions(+) rename {src/commands => commands}/bug.js (100%) rename {src/commands => commands}/cmduses.js (100%) rename {src/commands => commands}/disconnect.js (100%) rename {src/commands => commands}/eval.js (100%) rename {src/commands => commands}/help.js (100%) rename {src/commands => commands}/invite.js (100%) rename {src/commands => commands}/join.js (100%) rename {src/commands => commands}/loop.js (100%) rename {src/commands => commands}/loopsong.js (100%) rename {src/commands => commands}/nowplaying.js (100%) rename {src/commands => commands}/pause.js (100%) rename {src/commands => commands}/play.js (100%) rename {src/commands => commands}/queue.js (100%) rename {src/commands => commands}/remove.js (100%) rename {src/commands => commands}/resume.js (100%) rename {src/commands => commands}/search.js (100%) rename {src/commands => commands}/seek.js (100%) rename {src/commands => commands}/settings.js (100%) rename {src/commands => commands}/settings/announcesongs.js (100%) rename {src/commands => commands}/settings/permissions.js (100%) rename {src/commands => commands}/settings/prefix.js (100%) rename {src/commands => commands}/settings/reset.js (100%) rename {src/commands => commands}/settings/setDj.js (100%) rename {src/commands => commands}/settings/volume.js (100%) rename {src/commands => commands}/shuffle.js (100%) rename {src/commands => commands}/skip.js (100%) rename {src/commands => commands}/skipto.js (100%) rename {src/commands => commands}/status.js (100%) rename {src/commands => commands}/stop.js (100%) rename {src/commands => commands}/volume.js (100%) rename {src/events => events}/dispatcher/finish.js (100%) rename {src/events => events}/guildCreate.js (100%) rename {src/events => events}/msg.js (100%) rename {src/events => events}/ready.js (100%) rename {src/events => events}/voiceStateUpdate.js (100%) rename src/index.js => index.js (100%) rename {src/struct => struct}/client.js (100%) rename {src/struct => struct}/config/config.js (100%) create mode 100644 struct/config/serviceAccount.json rename {src/struct => struct}/funcs/check.js (100%) rename {src/struct => struct}/funcs/dbget.js (100%) rename {src/struct => struct}/funcs/exe.js (100%) rename {src/struct => struct}/funcs/ffmpeg.js (100%) rename {src/struct => struct}/funcs/handleVideo.js (100%) rename {src/struct => struct}/funcs/msToTime.js (100%) rename {src/struct => struct}/funcs/play.js (100%) rename {src/struct => struct}/funcs/shuffle.js (100%) rename {src/struct => struct}/funcs/urlMatch.js (100%) diff --git a/src/commands/bug.js b/commands/bug.js similarity index 100% rename from src/commands/bug.js rename to commands/bug.js diff --git a/src/commands/cmduses.js b/commands/cmduses.js similarity index 100% rename from src/commands/cmduses.js rename to commands/cmduses.js diff --git a/src/commands/disconnect.js b/commands/disconnect.js similarity index 100% rename from src/commands/disconnect.js rename to commands/disconnect.js diff --git a/src/commands/eval.js b/commands/eval.js similarity index 100% rename from src/commands/eval.js rename to commands/eval.js diff --git a/src/commands/help.js b/commands/help.js similarity index 100% rename from src/commands/help.js rename to commands/help.js diff --git a/src/commands/invite.js b/commands/invite.js similarity index 100% rename from src/commands/invite.js rename to commands/invite.js diff --git a/src/commands/join.js b/commands/join.js similarity index 100% rename from src/commands/join.js rename to commands/join.js diff --git a/src/commands/loop.js b/commands/loop.js similarity index 100% rename from src/commands/loop.js rename to commands/loop.js diff --git a/src/commands/loopsong.js b/commands/loopsong.js similarity index 100% rename from src/commands/loopsong.js rename to commands/loopsong.js diff --git a/src/commands/nowplaying.js b/commands/nowplaying.js similarity index 100% rename from src/commands/nowplaying.js rename to commands/nowplaying.js diff --git a/src/commands/pause.js b/commands/pause.js similarity index 100% rename from src/commands/pause.js rename to commands/pause.js diff --git a/src/commands/play.js b/commands/play.js similarity index 100% rename from src/commands/play.js rename to commands/play.js diff --git a/src/commands/queue.js b/commands/queue.js similarity index 100% rename from src/commands/queue.js rename to commands/queue.js diff --git a/src/commands/remove.js b/commands/remove.js similarity index 100% rename from src/commands/remove.js rename to commands/remove.js diff --git a/src/commands/resume.js b/commands/resume.js similarity index 100% rename from src/commands/resume.js rename to commands/resume.js diff --git a/src/commands/search.js b/commands/search.js similarity index 100% rename from src/commands/search.js rename to commands/search.js diff --git a/src/commands/seek.js b/commands/seek.js similarity index 100% rename from src/commands/seek.js rename to commands/seek.js diff --git a/src/commands/settings.js b/commands/settings.js similarity index 100% rename from src/commands/settings.js rename to commands/settings.js diff --git a/src/commands/settings/announcesongs.js b/commands/settings/announcesongs.js similarity index 100% rename from src/commands/settings/announcesongs.js rename to commands/settings/announcesongs.js diff --git a/src/commands/settings/permissions.js b/commands/settings/permissions.js similarity index 100% rename from src/commands/settings/permissions.js rename to commands/settings/permissions.js diff --git a/src/commands/settings/prefix.js b/commands/settings/prefix.js similarity index 100% rename from src/commands/settings/prefix.js rename to commands/settings/prefix.js diff --git a/src/commands/settings/reset.js b/commands/settings/reset.js similarity index 100% rename from src/commands/settings/reset.js rename to commands/settings/reset.js diff --git a/src/commands/settings/setDj.js b/commands/settings/setDj.js similarity index 100% rename from src/commands/settings/setDj.js rename to commands/settings/setDj.js diff --git a/src/commands/settings/volume.js b/commands/settings/volume.js similarity index 100% rename from src/commands/settings/volume.js rename to commands/settings/volume.js diff --git a/src/commands/shuffle.js b/commands/shuffle.js similarity index 100% rename from src/commands/shuffle.js rename to commands/shuffle.js diff --git a/src/commands/skip.js b/commands/skip.js similarity index 100% rename from src/commands/skip.js rename to commands/skip.js diff --git a/src/commands/skipto.js b/commands/skipto.js similarity index 100% rename from src/commands/skipto.js rename to commands/skipto.js diff --git a/src/commands/status.js b/commands/status.js similarity index 100% rename from src/commands/status.js rename to commands/status.js diff --git a/src/commands/stop.js b/commands/stop.js similarity index 100% rename from src/commands/stop.js rename to commands/stop.js diff --git a/src/commands/volume.js b/commands/volume.js similarity index 100% rename from src/commands/volume.js rename to commands/volume.js diff --git a/src/events/dispatcher/finish.js b/events/dispatcher/finish.js similarity index 100% rename from src/events/dispatcher/finish.js rename to events/dispatcher/finish.js diff --git a/src/events/guildCreate.js b/events/guildCreate.js similarity index 100% rename from src/events/guildCreate.js rename to events/guildCreate.js diff --git a/src/events/msg.js b/events/msg.js similarity index 100% rename from src/events/msg.js rename to events/msg.js diff --git a/src/events/ready.js b/events/ready.js similarity index 100% rename from src/events/ready.js rename to events/ready.js diff --git a/src/events/voiceStateUpdate.js b/events/voiceStateUpdate.js similarity index 100% rename from src/events/voiceStateUpdate.js rename to events/voiceStateUpdate.js diff --git a/src/index.js b/index.js similarity index 100% rename from src/index.js rename to index.js diff --git a/src/struct/client.js b/struct/client.js similarity index 100% rename from src/struct/client.js rename to struct/client.js diff --git a/src/struct/config/config.js b/struct/config/config.js similarity index 100% rename from src/struct/config/config.js rename to struct/config/config.js diff --git a/struct/config/serviceAccount.json b/struct/config/serviceAccount.json new file mode 100644 index 00000000..3026d4b5 --- /dev/null +++ b/struct/config/serviceAccount.json @@ -0,0 +1,12 @@ +{ + "type": "service_account", + "project_id": "musix-canary", + "private_key_id": "a57304e5072095b259f2a2f8d415857a3c8aa2ca", + "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDcHdNxXUldc+sO\nuQLKh5cwzc60IwENBD4K3bhqBBxePrvFozRlFB3/EN8d5dak5Vq+N9pdJKX7BdSp\nUNsCwwTKBQVQG+CZTzzn92+tfd0f7PwqbU1iQSTMBdjy+/6Jo2zZwgfivpGEZBMb\nibgqEQ3P7GLI7yQtF4jEnXObeN56o5OXkculQ7CKQ3L5QnEUi5iV6/6mCOIKKjLf\nUaNYRmMygcfDdLowKvueUMNDtO5rpbVmMEm3hiaqLU0aDTm+OfhOj+ahY8pI5/g2\nemfMGRS2mK+H8Ja4+FoG4ibW6MF4Vy3GhSojucUd8N87PLW5Mgr7LKkk2C3a/BCn\nQeK0J8RXAgMBAAECggEAHAIDjJI1Kpn8V9Q8wa59E22slok5sgFPL6zEsWCyh19u\nHxjEKvRjWLg526EKLdMtN7T9qQpnwEgepiiupWxRKK943JeffYJymoWGhUnVoCFU\neMWNqinl17wKvehInBTaXd7th/F9rJ3bPI7Kize+TS2j6DNdpAsxkOsD8c1waaQ4\nNyMFw/rsCUQHDlV/pcOg7FFR6IP/vChEL+PwDHAZg/zQy5XgoS8vGVLU1tAs9hY9\n870xKWTDabdjxcg37Szwn6/c3xrppupwRFbOXIjT9v8Z3PgjikSqazSLVC/FRggp\nRjTmQVwYZFiOvC7eEcK5IVq1iarORnhBXb2WqV07CQKBgQD8MK+W9lg0Yj8Rpnsz\n8sa92ZdavtXq81BmDNx4AmqXxPEnwhUwLaS/sA4R/8mar+D8qF1yerXKU0/GVkyh\nf9phW2stiv2fh4yRkRo2WffaP2Wge8trzfngvFuWUm5JQk3DWbvZ+6zpeMD+a3AU\nHH0NDs77MHZenuRvan3DfWETswKBgQDfcRlgB8XREHgLaoW6OQfJwr1BhHk6UMet\nUeqoHaTYOhKFCgpXqVGD19owCGyEE5endV6GW6s4f6un8fRsfDx528Q37/CQ7WB1\n8OSzI6BWj4q1htGepCJXCOw5P4ZtmGIoUYUtdV7c68vrWXdnHGv2Rt8z0msVGPTK\nlta2l8IKzQKBgFJjDVoCDHrAhd4cRy+HZonrJdkNcxEYf/F2zieekngWbLoSW52r\nq6C7wTz8FT6lqpif4DdgAzef0/X1h39TJ2Ka3P6543VUcQW1I50R8zincWnmR2Rm\nm/VhU4JeV40zTfg9vnLOF4UGX/Y93xWS4P99EP1arbDns7T6Uy+kLCylAoGAcWkG\naCeJ0EN7qs+2cH7h5RZi2Q5UObUmpGIfqJTjRpyzKbOe7D+UkEbPB/I+ogsPvn9k\nKu38SgEDL4svdKDaUT+qqHmwsN7LRxGuAv7iMw1IajqzysGkbGiq/aOwp4/gwnYe\nEqSwMZG9Pwd6A2v5oFb4k2UJ1PuFxA4rjSIZ60ECgYEA1I3SsiWEz/URkSJeA+Mg\nKVJptrBv6wKgPxIXtCyLhEVHlZSJq6/5oxH7saBTfh8vKBELEyYTbzJ25JeApOjB\ng6GWKE+9ozNOpIe6cU+22qNGSMke8JGD8cpu6KLd22JIR6BOuQ0kZAl78j9hV7yl\nCL3xWiR/pXamXvApNXaghWk=\n-----END PRIVATE KEY-----\n", + "client_email": "firebase-adminsdk-3pxyv@musix-canary.iam.gserviceaccount.com", + "client_id": "118395703537320139553", + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "token_uri": "https://oauth2.googleapis.com/token", + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-3pxyv%40musix-canary.iam.gserviceaccount.com" +} diff --git a/src/struct/funcs/check.js b/struct/funcs/check.js similarity index 100% rename from src/struct/funcs/check.js rename to struct/funcs/check.js diff --git a/src/struct/funcs/dbget.js b/struct/funcs/dbget.js similarity index 100% rename from src/struct/funcs/dbget.js rename to struct/funcs/dbget.js diff --git a/src/struct/funcs/exe.js b/struct/funcs/exe.js similarity index 100% rename from src/struct/funcs/exe.js rename to struct/funcs/exe.js diff --git a/src/struct/funcs/ffmpeg.js b/struct/funcs/ffmpeg.js similarity index 100% rename from src/struct/funcs/ffmpeg.js rename to struct/funcs/ffmpeg.js diff --git a/src/struct/funcs/handleVideo.js b/struct/funcs/handleVideo.js similarity index 100% rename from src/struct/funcs/handleVideo.js rename to struct/funcs/handleVideo.js diff --git a/src/struct/funcs/msToTime.js b/struct/funcs/msToTime.js similarity index 100% rename from src/struct/funcs/msToTime.js rename to struct/funcs/msToTime.js diff --git a/src/struct/funcs/play.js b/struct/funcs/play.js similarity index 100% rename from src/struct/funcs/play.js rename to struct/funcs/play.js diff --git a/src/struct/funcs/shuffle.js b/struct/funcs/shuffle.js similarity index 100% rename from src/struct/funcs/shuffle.js rename to struct/funcs/shuffle.js diff --git a/src/struct/funcs/urlMatch.js b/struct/funcs/urlMatch.js similarity index 100% rename from src/struct/funcs/urlMatch.js rename to struct/funcs/urlMatch.js