-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/dumblole/discord-meguBot
- Loading branch information
Showing
1 changed file
with
41 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,47 @@ | ||
# discord-meguBot-work in progress | ||
# Megumin Discord Bot :speech_balloon: | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
[![code style: pretty diff](https://img.shields.io/badge/code%20style-pretty%20diff-lightgrey.svg?style=flat-square)](https://github.com/prettydiff/prettydiff) | ||
[![code style: PEP 8](https://img.shields.io/badge/code%20style-PEP%208-blue.svg?style=flat-square)](https://github.com/prettydiff/prettydiff) | ||
|
||
|
||
A discord bot inspired by the amazing Arch Wizard of the Crimson Wizard Clan, Megumin! From the anime, Konosuba. | ||
|
||
## Resources | ||
Thanks for checking out my repo. | ||
|
||
If you have any suggestions on making this project any better I'd appreciate it. | ||
|
||
## Current Features :statue_of_liberty: | ||
|
||
|
||
## Languages :speech_balloon: | ||
|
||
- js | ||
- python | ||
|
||
## Resources :books: | ||
|
||
- Node.JS (v8.11.3) | ||
- discord.js v(11.3.2) | ||
- node-fetch (v2.1.2) | ||
- bufferutil (v4.0.0) | ||
- µWS (v10.148.1) | ||
|
||
- [reddit](https://www.reddit.com/r/Megumin/) | ||
|
||
- [Megumin explosions gif](https://gfycat.com/DaringUncommonGrosbeak) | ||
|
||
- [Megumin profile image](https://www.deviantart.com/mrtapoz-kun/art/Minimalist-Wallpaper-Megumin-Konosuba-625673584) | ||
|
||
## Code Style :art: | ||
|
||
- I use the [Prettier](https://prettier.io/) code formatter for js (default settings from [atom-beautify](https://github.com/Glavin001/atom-beautify)). | ||
|
||
[<img src ="https://prettier.io/icon.png" alt="prettier logo" width="100" height="100">](https://prettier.io/) | ||
|
||
node js | ||
* I use the [Pretty Diff](https://github.com/prettydiff/prettydiff) code formatter for html (default settings from [atom-beautify](https://github.com/Glavin001/atom-beautify)). | ||
|
||
[megumin explosions gif](https://gfycat.com/DaringUncommonGrosbeak) | ||
[<img src ="https://avatars.githubusercontent.com/u/524902?v=3" alt="Pretty Diff logo" width="100" height="100">](https://github.com/prettydiff/prettydiff) | ||
|
||
* I use the [autoPEP 8](https://github.com/hhatto/autopep8) code formatter for python. It functions under [python.org's](https://www.python.org/dev/peps/pep-0008/?) PEP 8 rules. (default settings from [atom-beautify](https://github.com/Glavin001/atom-beautify)). | ||
|
||
[megumin profile image](https://www.deviantart.com/mrtapoz-kun/art/Minimalist-Wallpaper-Megumin-Konosuba-625673584) | ||
[<img src ="https://github.com/dumblole/discord-meguBot/blob/master/readme-imgs/python-7be70baaac.png" alt="Pretty Diff logo" width="100" height="100">](https://github.com/hhatto/autopep8) |