From 60efeeebe8bb65fecc131658c7c2b04f53f38cb4 Mon Sep 17 00:00:00 2001 From: benji7425 Date: Sun, 24 Sep 2017 22:01:23 +0100 Subject: [PATCH] git subrepo pull discord-bot-core subrepo: subdir: "discord-bot-core" merged: "9f209e1" upstream: origin: "git@github.com:benji7425/discord-bot-core.git" branch: "master" commit: "9f209e1" git-subrepo: version: "0.3.1" origin: "???" commit: "???" --- discord-bot-core/.gitrepo | 4 ++-- discord-bot-core/{client.js => Client.js} | 0 discord-bot-core/{command.js => Command.js} | 0 discord-bot-core/{util.js => Util.js} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename discord-bot-core/{client.js => Client.js} (100%) rename discord-bot-core/{command.js => Command.js} (100%) rename discord-bot-core/{util.js => Util.js} (100%) diff --git a/discord-bot-core/.gitrepo b/discord-bot-core/.gitrepo index dbeba6f..5705837 100644 --- a/discord-bot-core/.gitrepo +++ b/discord-bot-core/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = git@github.com:benji7425/discord-bot-core.git branch = master - commit = 0bf4f9dd2e01555d57a048421194b0adeffada50 - parent = d0a80387a3e39460e4cad86a73088ed098296f76 + commit = 9f209e1091fc160491a2b63099c442aff0a125e8 + parent = 00f9f48764fe44417cf29374d22d510ec34bdc5f method = merge cmdver = 0.3.1 diff --git a/discord-bot-core/client.js b/discord-bot-core/Client.js similarity index 100% rename from discord-bot-core/client.js rename to discord-bot-core/Client.js diff --git a/discord-bot-core/command.js b/discord-bot-core/Command.js similarity index 100% rename from discord-bot-core/command.js rename to discord-bot-core/Command.js diff --git a/discord-bot-core/util.js b/discord-bot-core/Util.js similarity index 100% rename from discord-bot-core/util.js rename to discord-bot-core/Util.js