Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iwa authored May 26, 2020
2 parents 56a74c6 + 22576d5 commit a1baa3d
Show file tree
Hide file tree
Showing 56 changed files with 563 additions and 434 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Report incorrect or unexpected behaviour of Q-Bot
title: ''
labels: bug
assignees: iwa

---

**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.

**Further details:**
- Discord Platform: [e.g. Desktop, Browser]
- OS: [e.g. Windows, iOS]
- Node.js version: [if you don't know what it is, don't fill it out]
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Enhancement request
about: Suggest an enhancement / upgrade to apply
title: ''
labels: enhancement
assignees: iwa

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions you've considered.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea to add to Q-Bot
title: ''
labels: feature
assignees: iwa

---

**Describe the feature you'd like to add**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative features you've considered.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Debug Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/build/index.js",
"preLaunchTask": "tsc: build",
"outFiles": [
"${workspaceFolder}/build/**/*.js"
]
}
]
}
19 changes: 19 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"command": "tsc --sourcemap",
"group": "build",
"label": "tsc: build",
"presentation": {
"echo": true,
"reveal": "silent",
"focus": false,
"panel": "dedicated",
"showReuseMessage": true,
"clear": true
}
}
]
}
57 changes: 30 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,53 @@
<div align="center">
<p align="center">
<img src="https://cdn.iwa.sh/img/q-bot_logo.png" alt="logo"/>
<img src="https://cdn.iwa.sh/img/tiles/q-bot.png" alt="logo"/>
<h1>Q-Bot</h1>

<p align="center">
Custom Discord bot for <a href="https://discord.gg/BU6cPff">Qumu's Discord server</a>.
</p>

<img alt="Q-Bot Status" src="https://img.shields.io/website?down_color=red&down_message=offline&label=Q-Bot&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fapi.iwa.sh%2Fapp%2Fqbot">
<a href="https://nodejs.org/en/">
<img alt="Node minimal version" src="https://img.shields.io/badge/node-%3E%3Dv12-blue"/>
</a>

<br/>

<img alt="Better Code Score" src="https://bettercodehub.com/edge/badge/iwa/Q-Bot?branch=master"/>
<a href="https://www.codefactor.io/repository/github/iwa/q-bot/overview/master">
<img alt="codefactor Score" src="https://www.codefactor.io/repository/github/iwa/q-bot/badge/master"/>
</a>
</p>
</div>

## About

**Q-Bot is handled by @iwa**
## 📄 About

- Language used : `TypeScript, with NodeJS`
- Library used : `discord.js`

[![BCH compliance](https://bettercodehub.com/edge/badge/iwa/Q-Bot?branch=master)](https://bettercodehub.com/)
[![CodeFactor](https://www.codefactor.io/repository/github/iwa/q-bot/badge/master)](https://www.codefactor.io/repository/github/iwa/q-bot/overview/master)

## How to contribute

#### 1. Make a fork and clone it
#### 2. Make your modifications
#### 3. Create a Pull Request, with `dev` as target branch
## 🤝 Contributing

-----
- Create a fork and clone it
- Make your modifications
- Create a Pull Request, with `dev` as target branch

### Advice : How to keep your fork up to date

#### 1. Add remote from original repository in your forked repository:
Pull requests, feature requests and issues are welcome.<br/>
**Please make sure to update / rebase your PR before submitting it.** c:

cd into/cloned/fork-repo
git remote add upstream https://github.com/iwa/Q-Bot.git
git fetch upstream

#### 2. Updating your fork from original repo to keep up with their changes:
## ⭐️ Show your support

git pull upstream master
Star this repository if you like the Q-Bot Project!

Now you should have at least 2 remotes : `origin` & `upstream`
<a href="https://www.patreon.com/iwaQwQ">
<img src="https://c5.patreon.com/external/logo/[email protected]" width="140">
</a>

Keep upstream/master always unedited since it'll be your fresh copy from the original repo.
## 👤 Author

**A good way to keep working on your fork for PRs is :**
👤 **[@iwa](https://github.com/iwa)**

- Always check for an update of the upstream before begin your work
- Create another branch from upstream/master so you can keep upstream/master clean
- Make your own edits
- Create a PR
## 📝 License
> Copyright © [Pierre 'iwa'](https://github.com/iwa).
2 changes: 1 addition & 1 deletion docs/assets/js/search.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/classes/cooldowns.cooldown.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>cooldown | Q-Bot Docs - v1.4.6</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.4.6">
<title>cooldown | Q-Bot Docs - v1.5.0</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.5.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
Expand Down Expand Up @@ -2692,7 +2692,7 @@
<div class="container">
<div class="table-wrap">
<div class="table-cell">
<strong><a href="../index.html">Q-Bot Docs - v1.4.6</a></strong>
<strong><a href="../index.html">Q-Bot Docs - v1.5.0</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -2789,7 +2789,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> exp</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/events/messages/cooldown.ts#L54">events/messages/cooldown.ts:54</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/events/messages/cooldown.ts#L54">events/messages/cooldown.ts:54</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2841,7 +2841,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> message</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/events/messages/cooldown.ts#L27">events/messages/cooldown.ts:27</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/events/messages/cooldown.ts#L27">events/messages/cooldown.ts:27</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/leveling.leveling-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>leveling | Q-Bot Docs - v1.4.6</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.4.6">
<title>leveling | Q-Bot Docs - v1.5.0</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.5.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
Expand Down Expand Up @@ -2692,7 +2692,7 @@
<div class="container">
<div class="table-wrap">
<div class="table-cell">
<strong><a href="../index.html">Q-Bot Docs - v1.4.6</a></strong>
<strong><a href="../index.html">Q-Bot Docs - v1.5.0</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -2774,7 +2774,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> image<wbr>Lvl</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/utils/leveling.ts#L39">utils/leveling.ts:39</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/utils/leveling.ts#L39">utils/leveling.ts:39</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2812,7 +2812,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> level<wbr>Check</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/utils/leveling.ts#L22">utils/leveling.ts:22</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/utils/leveling.ts#L22">utils/leveling.ts:22</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/reactionroles.reactionroles-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>reactionRoles | Q-Bot Docs - v1.4.6</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.4.6">
<title>reactionRoles | Q-Bot Docs - v1.5.0</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.5.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
Expand Down Expand Up @@ -2692,7 +2692,7 @@
<div class="container">
<div class="table-wrap">
<div class="table-cell">
<strong><a href="../index.html">Q-Bot Docs - v1.4.6</a></strong>
<strong><a href="../index.html">Q-Bot Docs - v1.5.0</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -2777,7 +2777,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> add</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/events/reactionRoles.ts#L24">events/reactionRoles.ts:24</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/events/reactionRoles.ts#L24">events/reactionRoles.ts:24</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2810,7 +2810,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> remove</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/events/reactionRoles.ts#L46">events/reactionRoles.ts:46</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/events/reactionRoles.ts#L46">events/reactionRoles.ts:46</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
12 changes: 6 additions & 6 deletions docs/classes/staff.staff-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>staff | Q-Bot Docs - v1.4.6</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.4.6">
<title>staff | Q-Bot Docs - v1.5.0</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.5.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
Expand Down Expand Up @@ -2692,7 +2692,7 @@
<div class="container">
<div class="table-wrap">
<div class="table-cell">
<strong><a href="../index.html">Q-Bot Docs - v1.4.6</a></strong>
<strong><a href="../index.html">Q-Bot Docs - v1.5.0</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -2775,7 +2775,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> bulk</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/utils/staff.ts#L17">utils/staff.ts:17</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/utils/staff.ts#L17">utils/staff.ts:17</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2812,7 +2812,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> mute</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/utils/staff.ts#L43">utils/staff.ts:43</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/utils/staff.ts#L43">utils/staff.ts:43</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2855,7 +2855,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> sleep</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/utils/staff.ts#L91">utils/staff.ts:91</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/utils/staff.ts#L91">utils/staff.ts:91</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/starboard.starboard-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>starboard | Q-Bot Docs - v1.4.6</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.4.6">
<title>starboard | Q-Bot Docs - v1.5.0</title>
<meta name="description" content="Documentation for Q-Bot Docs - v1.5.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
Expand Down Expand Up @@ -2692,7 +2692,7 @@
<div class="container">
<div class="table-wrap">
<div class="table-cell">
<strong><a href="../index.html">Q-Bot Docs - v1.4.6</a></strong>
<strong><a href="../index.html">Q-Bot Docs - v1.5.0</a></strong>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
Expand Down Expand Up @@ -2771,7 +2771,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> check</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/events/starboard.ts#L44">events/starboard.ts:44</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/events/starboard.ts#L44">events/starboard.ts:44</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2814,7 +2814,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> send</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/8ea10a5/src/events/starboard.ts#L18">events/starboard.ts:18</a></li>
<li>Defined in <a href="https://github.com/iwa/Q-Bot/blob/d409307/src/events/starboard.ts#L18">events/starboard.ts:18</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Loading

0 comments on commit a1baa3d

Please sign in to comment.