This repository was archived by the owner on Dec 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 66
77 This bot allows direct access to and/or manipulation of data via the database, as well as through web-requests (proprietary API).
88
9- #### Current Version: v0.3.1 Alpha [ (Change Log)] ( changelog.md )
9+ #### Current Version: v0.4.0 Alpha [ (Change Log)] ( changelog.md )
1010
1111## SETUP
1212For the set-up guide refer to the project [ wiki] ( https://github.com/Descended/MaplestoryDiscBot/wiki/Setup )
Original file line number Diff line number Diff line change 9090[ Fix literals] ( https://github.com/Descended/MaplestoryDiscBot/commit/5432869df7191e676d1bdf62147e5757ff418507 )
9191[ Change var name 'type' as it shadows in-built] ( https://github.com/Descended/MaplestoryDiscBot/commit/5e61f803b26d702d8e51b32d535327c33c26b800 )
9292 - Cosmetic changes
93- - Dealt with some weak warnings
93+ - Dealt with some weak warnings (e.g. variable name shadowing inbuilt functions)
9494 - Removed VENV from repository
9595 - Added prototype code to toggle commands on/off
9696 - Added requirements file for pip
100100[ Add comments] ( https://github.com/Descended/MaplestoryDiscBot/commit/e169115e6fbc80233ea617fe9bffa444d5b23999 )
101101 - Make toggle on/off more DRY by factoring into decorator
102102 - Documentation updates
103+ ## v0.4.0 Alpha
104+ [ beautified help command] ( https://github.com/Descended/MaplestoryDiscBot/commit/54270bda8871b359dba2eeb7b209c22cbd01615b )
105+ [ Added a new bot feature] ( https://github.com/Descended/MaplestoryDiscBot/commit/e7286f26a19ba62116089b2f755a461e34a1516f )
106+ [ Exception message, and var name shadowing clean-up] ( https://github.com/Descended/MaplestoryDiscBot/commit/efcbf3324f99f930cd47805222c27491ba014a4f )
107+ [ Expand exception catches] ( https://github.com/Descended/MaplestoryDiscBot/commit/04e4569b917f00b174faa4d910d3c937d77f5682 )
108+ - Cosmetic changes
109+ - Added functionality: periodically fetch the number of players online
110+ - Added missing exception handling for DB handler methods
111+ - Expanded exception handling for API handler methods
112+ - Dealt with some weak warnings (e.g. variable name shadowing inbuilt functions)
Original file line number Diff line number Diff line change 104104DISABLED_TEXT = "This command has been disabled"
105105
106106# Text in help command
107- BOT_VER = "v0.3.1 Alpha"
107+ BOT_VER = "v0.4.0 Alpha"
You can’t perform that action at this time.
0 commit comments