You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎊👏 Firstly, thank you so much for taking out time to contribute to Ogiroid! 👏🎊
3
+
4
+
The following is a set of guidelines for contributing to Ogiroid, which is a part of [Lewis Projects](https://github.com/LewisProjects/) on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
5
+
6
+
### Table of Contents:
7
+
1.[Code of Conduct](#code-of-conduct)
8
+
2.[What do I require before getting started?](#prerequisites)
9
+
3.[What can I do to contribute?](#contribution)
10
+
4.[Additional Notes]()
11
+
12
+
<hr>
13
+
14
+
## [Code of Conduct](#code-of-conduct)
15
+
> This project and everyone participating in it is governed by the Ogiroid code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to the developers.
16
+
17
+
## [What do I require before getting started?](#prerequisites)
18
+
We expect you to be experienced with [Python](https://www.python.org/) and [Disnake](https://disnake.dev/) (a fork of [Discord.py](https://github.com/Rapptz/discord.py)). Having experience with Discord.py should also get you sailing, disnake and discord.py are almost the same.
19
+
20
+
## [What can I do to contribute?](#contribution)
21
+
**1. Reporting any bugs 🐞:**
22
+
23
+
Cannot emphasize enough how much bug reporting/bug fixing helps us! It saves us numerous hours of painful code scouting. So you might ask yourself, how do I submit a bug report for Ogiroid? Quite simple honestly! First of all, did you:
24
+
+ Come across a bug while using the Discord bot?
25
+
+ Come across a bug in the code?
26
+
27
+
**Case 1: While using the Discord Bot:**
28
+
29
+
You need to headover to a channel in [Lewis' Menelaws discord server](https://discord.com/5uw4eCQf6Z) and then type: ``/reportbug``, you will then be greeted by a modal looking something like this:
Fill this form & click **submit**. Our developer team will then recieve your bug report, we can then look into it 😇! Thank you!
34
+
35
+
**Case 2: A bug in the code (hmmm... quite rare 😜):**
36
+
37
+
You can raise an [issue](https://github.com/LewisProjects/Ogiroid/issues) and we will look into it. Please ensure you follow the proper [format we have](#) and be as specific as you can while reporting a bug. Obviously, there can be somee cases where the format might not be as important as in other cases, please use your judgement in such cases.
38
+
39
+
Alternatively, you can headover to our [Discord Server](https://discord.com/5uw4eCQf6Z) and report the bug using the first method (scroll up if you missed it).
40
+
41
+
**__📚📚 Bug Reporting Guidelines 📚📚:__**
42
+
43
+
+ Please refrain from reporting your bug multiple times, this will lead to us blacklisting you (and potentially banning you permanently on the Discord server) 😒.
44
+
+ Please check all the [issues](https://github.com/LewisProjects/Ogiroid/issues) before posting your bug, your bug report could really just be a duplicate 👀!
45
+
+ Please ensure you be as specific as you can, this saves us a ton of time ⌚.
46
+
+ Please use your right judgement 🎓.
47
+
48
+
With that being said, you have officially reported a bug! Thank you so much 🤩!
Ogiroid is a multipurpose Discord Bot developed for the YouTuber, <ahref="https://www.youtube.com/c/CodingwithLewis">Lewis Menelaws'</a> Discord Server.
6
+
Ogiroid is a multipurpose Discord Bot (who is very handsome 😋😋) developed for the YouTuber, <ahref="https://www.youtube.com/c/CodingwithLewis">Lewis Menelaws'</a> Discord Server.
7
7
This bot offers:
8
8
<ul>
9
9
<li>Fun Commands, example: /askogiroid, /beer, /sus and more! </li>
@@ -22,6 +22,7 @@ This bot offers:
22
22
<hr>
23
23
<h3>Bot Development Information:</h3>
24
24
<p>Written in: <b>Python</b><br>Made using <ahref="https://disnake.dev/">Disnake</a>, a Discord.py fork!</p>
25
+
<p>NOTE: you need to use python 3.8+ for this bot</p>
Wish to Contribute to this bot? Checkout: <ahref="https://github.com/LewisProjects/Ogiroid/blob/development/contributing.md">contribution guidelines</a>
f"{user.mention} added to blacklist\nthe user's blacklist will {f'expire on <t:{int(expires)}:R>'ifstr(expires) !=str(9999999999) else'never expire'}",
0 commit comments