From c47624769dd6c480eb5ca6f6e4fa8e2781251b4f Mon Sep 17 00:00:00 2001 From: Charly Poirier <37598527+charlypoirier@users.noreply.github.com> Date: Sun, 1 Nov 2020 18:29:49 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=9C=20Added=20a=20bug=20report=20i?= =?UTF-8?q?ssue=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..daed471 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To reproduce** +Steps to reproduce the behavior: +1. +2. +3. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. From 0012e812162cb53cfee4e3d9004d4ed97339c714 Mon Sep 17 00:00:00 2001 From: Charly Poirier <37598527+charlypoirier@users.noreply.github.com> Date: Sun, 1 Nov 2020 18:33:07 +0100 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9C=20Removed=20issue=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index daed471..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Bug report -about: Create a bug report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To reproduce** -Steps to reproduce the behavior: -1. -2. -3. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. From bad5005229ee5736d488f81834c19270f4ecb55d Mon Sep 17 00:00:00 2001 From: Charly Poirier <37598527+charlypoirier@users.noreply.github.com> Date: Sun, 8 Nov 2020 14:49:43 +0100 Subject: [PATCH 3/3] =?UTF-8?q?=E2=9C=A8=20Better=20overview=20image=20on?= =?UTF-8?q?=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 062f49b..5cb3bd6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A Discord bot that converts images into emojis!

- +

It supports image formats that are supported by [Jimp](https://github.com/oliver-moran/jimp) (`JPEG`, `PNG`, `BMP`, `TIFF` and `GIF`) and works with default emojis, custom emojis, image links and attachments. The size can be customized, up to 30x50 emojis in server channels and 50x200 emojis in direct messages.