This repository has been archived by the owner on Aug 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cutting Indev to Master for Komada 0.11.0 release (#88)
* Travis CI * Updated Readme * Updated Readme * Downgraded various errors til further notice * ESLinting... * More reload fixes/additions (#79) * Command Reload - removed useless msg variables Edited messages to better represent what they do * Function Reload - Now able to load new pieces Edited messages to represent what they do * Fixed Bitwise and bumped no-nested-tern to warning * Update Changelog * Added License * fixing typos in reload function (#80) fixing typos * The Great FS-Extra is Promisfied... Again (#82) * ESLint override for reload.js * Added FS-Extra-Promise dependency * Updated guildDelete event to not need client for remove conf * Updated confs function to use FS-Extra-Promise * Updated loadCOmmandInhibitors function to use FS-extra-Promise * Updated loadCommandMonitors function to use FS-extra-Promise * Updated loadCommands function to use FS-extra-Promise * lol forgot dependencies * Updated loadDataProviders function to use FS-extra-Promise * Updated loadEvents function to use FS-extra-Promise * Updated loadFunctions function to use FS-extra-Promise * Removed try catch, attempting to fix Promise Errors in conf function * Multiple changes from Sync to Async * Patch * Changed confs.js to be async (Fixing Critical Performance Issue) * Changed some error messages * Removed Monitor example from Core pending Pieces. * Initial localization implementation Hard part: translating the strings and turn all strings to template literals... * Fix for Clean Function (#83) * Fix for Useless redactions * Fix for Evies silly mess-up * Added to Changelog * Small adjustments to commands help:: , commands:: don't:: work:: "are you SURE you want to reboot?" "Yes you cuck, otherwise I wouldn't have typed +reboot!" Counts in stats are now localized to en-US (11,554) * Usage URL Tag has been changed from Regex to Native Node URL Module. (thanks to AoDude) * Removed debug code from usage (console.log) * Patch Bump * Fix in perms + arbitrary init in functions Added fetchMember to permissionLevels (to account for invisible users). Loop through funcs, run init if present. * Revert "Fix in perms + arbitrary init in functions" Cause Node 7 ain't a thing for Komada yet This reverts commit 546dcf2. * Eval fix (#85) * Eval fix + additions * Added Eval Fix to Changelog * Uh... oops.. * Changelog fixes * Evie's Changes. But Not for Node 7 (#86) * Added Evie's Changes but without Node 7 stuff * Fixed permlvl resolving before fetchMembers * Updated Changelog * patch bump * Fixed my error derp * Many Additions/Changes/Deletions for Pieces && App.js (#87) * Many Additions/Changes/Deletions for Pieces && App.js * Removed confsRead event. * Update CHANGELOG.md * Minor bump * Cutting Indev to Master for NPM 0.11.0 release
- Loading branch information
1 parent
f4c4373
commit 63eb5f5
Showing
30 changed files
with
582 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
language: node_js | ||
node_js: | ||
- "6" | ||
install: npm install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
exports.run = (client, guild) => { | ||
if (!guild.available) return; | ||
client.funcs.confs.remove(client, guild); | ||
client.funcs.confs.remove(guild); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.