Skip to content

Commit 6506b3f

Browse files
committed
inital commit uwu
1 parent b6e5394 commit 6506b3f

26 files changed

+4586
-4586
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TOKEN =
2-
MODMAIL_WEBHOOK_URL =
1+
TOKEN =
2+
MODMAIL_WEBHOOK_URL =
33
GEMINI_API_KEY =

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
title: "[BUG]"
5-
labels: bug
6-
assignees: ''
7-
8-
---
9-
10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
12-
13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
16-
**Expected behavior**
17-
A clear and concise description of what you expected to happen.
18-
19-
**Screenshots**
20-
If applicable, add screenshots to help explain your problem.
21-
22-
**Desktop (please complete the following information):**
23-
- OS: [e.g. iOS, Linux, Windows]
24-
25-
26-
**Additional context**
27-
Add any other context about the problem here.
28-
29-
30-
- [ ] I have checked and made sure that this issue is not a duplicate.
31-
- [ ] I have provided the complete traceback I received as an error.
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Screenshots**
20+
If applicable, add screenshots to help explain your problem.
21+
22+
**Desktop (please complete the following information):**
23+
- OS: [e.g. iOS, Linux, Windows]
24+
25+
26+
**Additional context**
27+
Add any other context about the problem here.
28+
29+
30+
- [ ] I have checked and made sure that this issue is not a duplicate.
31+
- [ ] I have provided the complete traceback I received as an error.
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
---
2-
name: Feature request
3-
about: Suggest an idea for this project
4-
title: "[FEATURE REQUEST]"
5-
labels: enhancement
6-
assignees: ''
7-
8-
---
9-
10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12-
13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
15-
16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
18-
19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[FEATURE REQUEST]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## Summary
2-
<!-- What is this pull request for? Does it fix any issues? -->
3-
4-
## Checklist
5-
6-
<!-- Put an x inside [ ] to check it, like so: [x] -->
7-
8-
- [ ] If code changes were made then they have been tested.
9-
- [ ] This PR fixes an issue.
1+
## Summary
2+
<!-- What is this pull request for? Does it fix any issues? -->
3+
4+
## Checklist
5+
6+
<!-- Put an x inside [ ] to check it, like so: [x] -->
7+
8+
- [ ] If code changes were made then they have been tested.
9+
- [ ] This PR fixes an issue.

.gitignore

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
2-
# pycache files
3-
__pycache__/
4-
5-
# enviroment variables
6-
.env
7-
8-
# IDE configuration
9-
.idea
10-
.vscode
11-
12-
# Virtual Environment
13-
venv/
14-
.venv/
15-
env/
16-
virtualenv/
17-
18-
# database files
19-
1+
2+
# pycache files
3+
__pycache__/
4+
5+
# enviroment variables
6+
.env
7+
8+
# IDE configuration
9+
.idea
10+
.vscode
11+
12+
# Virtual Environment
13+
venv/
14+
.venv/
15+
env/
16+
virtualenv/
17+
18+
# database files
19+
2020
database/

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Coding Bot V6 is an open sourced discord bot, and we are looking more contributors to improve its code. Please check the wiki section reagarding to [How to Contribute](https://github.com/The-Coding-Realm/coding-bot-v6/wiki/How-To-Contribute)
2-
1+
Coding Bot V6 is an open sourced discord bot, and we are looking more contributors to improve its code. Please check the wiki section reagarding to [How to Contribute](https://github.com/The-Coding-Realm/coding-bot-v6/wiki/How-To-Contribute)
2+

README.md

Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)