Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chiumax committed Jul 21, 2018
2 parents f9da54d + 6e7f05b commit 9cc3625
Showing 1 changed file with 41 additions and 5 deletions.
46 changes: 41 additions & 5 deletions README.md
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)

0 comments on commit 9cc3625

Please sign in to comment.