This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Tags: RisedSky/discordPandaJS
Tags
V2.1.2 (#85) * Fixed a big problem when the server isn't added in the database! (lang and welcome not usable if the server isn't exist in it) * [discordPanda.js] - Code arrangment - Performance approvement - Added a variable "member_Has_MANAGE_ROLES" - Removed a debug log because of a spamming console. [config.js] - Changed the version to 2.1.2 [Commands] - Added the autorole command! - [help] Added the autorole command in it * Update dblapi.js requirement from 1.2.1 to 2.2.0 (#76) Updates the requirements on [dblapi.js](https://github.com/DiscordBotList/dblapi.js) to permit the latest version. - [Release notes](https://github.com/DiscordBotList/dblapi.js/releases) - [Commits](https://github.com/DiscordBotList/dblapi.js/commits/2.2.0) Signed-off-by: dependabot[bot] <[email protected]> * Dependabot/npm and yarn/nekos.life 1.1.4 (#77) Updates the requirements on [nekos.life](https://github.com/Nekos-life/nekos-dot-life) to permit the latest version. - [Release notes](https://github.com/Nekos-life/nekos-dot-life/releases) - [Commits](https://github.com/Nekos-life/nekos-dot-life/commits) Signed-off-by: dependabot[bot] <[email protected]> * Dependabot/npm and yarn/ffmpeg binaries 4.0.0 (#78) Updates the requirements on [ffmpeg-binaries](https://github.com/Hackzzila/node-ffmpeg-binaries) to permit the latest version. - [Release notes](https://github.com/Hackzzila/node-ffmpeg-binaries/releases) - [Commits](https://github.com/Hackzzila/node-ffmpeg-binaries/commits) Signed-off-by: dependabot[bot] <[email protected]> * Dependabot/npm and yarn/mysql2 1.6.1 (#79) Updates the requirements on [mysql2](https://github.com/sidorares/node-mysql2) to permit the latest version. - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/commits) Signed-off-by: dependabot[bot] <[email protected]> * Dependabot/npm and yarn/node opus 0.3.0 (#80) Updates the requirements on [node-opus](https://github.com/Rantanen/node-opus) to permit the latest version. - [Release notes](https://github.com/Rantanen/node-opus/releases) - [Commits](https://github.com/Rantanen/node-opus/commits) Signed-off-by: dependabot[bot] <[email protected]> * Dependabot/npm and yarn/ytdl core 0.26.1 (#81) Updates the requirements on [ytdl-core](https://github.com/fent/node-ytdl-core) to permit the latest version. - [Release notes](https://github.com/fent/node-ytdl-core/releases) - [Commits](https://github.com/fent/node-ytdl-core/commits/v0.26.1) Signed-off-by: dependabot[bot] <[email protected]> * Dependabot/npm and yarn/request 2.88.0 (#82) Updates the requirements on [request](https://github.com/request/request) to permit the latest version. - [Release notes](https://github.com/request/request/releases) - [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md) - [Commits](https://github.com/request/request/commits/v2.88.0) Signed-off-by: dependabot[bot] <[email protected]> * Added a } ? * Update moment requirement from 2.20.1 to 2.22.2 (#83) Updates the requirements on [moment](https://github.com/moment/moment) to permit the latest version. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/commits/2.22.2) Signed-off-by: dependabot[bot] <[email protected]> * Update ws requirement from 4.0.0 to 6.0.0 (#84) Updates the requirements on [ws](https://github.com/websockets/ws) to permit the latest version. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits/6.0.0) Signed-off-by: dependabot[bot] <[email protected]> * Fixed the } ? Problem * correction *help * changing auto_role into auto-role
NEW RELEASE : v2.1.0 ! * modification commande *poll * 2.1.0 (#60) * message.js > removed an error when calling a function * changed the bot version to 2.0.1 * discordPanda.js > Removed some issue / mistake * config > changed the version to 2.1.0 * Testing travis for helping us * test * discordPanda.js > A lot of var got changed to be used everywhere * discordPanda.js > Removed some useless function and improved others * Added a new function to update the server name when changed * Added the NSFW command * welcome > removed all the debug console#log to prevent spam * Footer > Now will put the username and tag of the user * play command > Error fix (user undefined in the footer) * - Removed the debug console#log spam - Added the command nsfw random - Added a greetick when the command is correctly use * Added nekos.life pkg for the nsfw command * nsfw > Auto-Delete the bot message
- All commands are now in a command handler (#59) - Language changes, some mistake are now deleted - Bugs and stability fix - Added the package fs in package.json - The kappa image is now smaller, to not spend kappa everywhere and lord the world - Removed the fake kappahd.png to let the real take over the world - Credits command got some new people in it :)
Some changes (#30) * Added the pause command in the command help (now listed !) * Removed the deletion of the unknown command prefix * help command little rework (ideas channel tags) * Purge command verification (if there is a number or not) * Avoid an error on the autopurge channel tags * deleteUserMSG function change * Code arrangment