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