File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 4.0.0
2
2
## Release phase
3
+
4
+ ### 4.4.0
5
+ Improvements to help handler.
6
+ Added aliases to ` dogfact ` and ` catfact ` .
7
+ Changed API of ` catfact ` to a working version.
8
+ Change urbandictionary format to embed style.
9
+
3
10
### 4.3.0
4
11
Added Contributor Covenant Code of Conduct as per GitHub's new standards.
5
12
Reworked Docker container: Changed the way the database creation works (Migrated from Dockerfile to entrypoint.sh).
Original file line number Diff line number Diff line change 4
4
<p align =" center " >
5
5
<a href =" http://nodejs.org " ><img src =" https://img.shields.io/badge/Node.js-6.9.1-blue.svg " alt =" Node JS " ></a >
6
6
<a href =" http://npmjs.com " ><img src =" https://img.shields.io/badge/npm-4.0.5-blue.svg " alt =" npm " ></a >
7
- <a ><img src =" https://img.shields.io/badge/Version-4.3 .0-blue.svg " alt =" Version " ></a >
7
+ <a ><img src =" https://img.shields.io/badge/Version-4.4 .0-blue.svg " alt =" Version " ></a >
8
8
<a href =" https://discord.gg/wildbot " ><img src =" https://discordapp.com/api/guilds/110462143152803840/widget.png " alt =" Discord server " ></a >
9
9
</p >
10
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " WildBeast" ,
4
- "version" : " 4.3 .0" ,
4
+ "version" : " 4.4 .0" ,
5
5
"description" : " A Discord Bot" ,
6
6
"main" : " DougBot.js" ,
7
7
"maintainers" : [
You can’t perform that action at this time.
0 commit comments