Compare commits
2 commits
769784239d
...
157df02d03
Author | SHA1 | Date | |
---|---|---|---|
157df02d03 | |||
cd8de5e86f |
3 changed files with 58 additions and 2 deletions
37
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
|
||||
name: "Bug"
|
||||
about: "Use this if you found a bug in the bot."
|
||||
title: "[BUG] "
|
||||
ref: "main"
|
||||
labels:
|
||||
|
||||
- bug
|
||||
|
||||
---
|
||||
|
||||
<!-- Please provide the commit of the bot at the time of the report. You can find it by doing /about or haha about. -->
|
||||
**Commit number**
|
||||
|
||||
**Bot varient**
|
||||
<!-- Put a x between the brackets to signify the version you used. -->
|
||||
- [] Slash <!-- The current and latest version that use the slash commands. -->
|
||||
- [] Legacy <!-- The old version of the bot with the "haha" prefix. -->
|
||||
|
||||
**Describe the issue**
|
||||
|
||||
**Intended result**
|
||||
|
||||
**Screenshots**
|
||||
|
||||
**Steps to reproduce the issue**
|
||||
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
**Did someone already report that bug?**
|
||||
|
||||
- [] Yes <!-- If you have to put yes you don't need to submit that feature request. -->
|
||||
- [] No
|
19
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
|
||||
name: "Feature request"
|
||||
about: "Use this if you want a new feature in the bot."
|
||||
title: "[Feature request] "
|
||||
ref: "main"
|
||||
labels:
|
||||
|
||||
- Feature request
|
||||
|
||||
---
|
||||
|
||||
**Describe the feature you want**
|
||||
|
||||
|
||||
**Did someone already request that feature?**
|
||||
|
||||
- [] Yes <!-- If you have to put yes you don't need to submit that feature request. -->
|
||||
- [] No
|
|
@ -3,13 +3,13 @@ By using the Discord bot haha yes#1616 you agree to the collection of the follow
|
|||
- Discord user ID (Needed for moderation purposes and making sure something you created can't be modified by someone else e.g: tags,ytp commands)
|
||||
- Server ID (Needed for moderation purposes and locking things created by commands to the server e.g: tags,starboards,auto react commands)
|
||||
- Channel ID (Used to send message for the starboards and quotation features)
|
||||
- Message ID (Used for quotation feature and as a unique file name for files operations. Note: Message ID by themselves can't be used to find the original message.)
|
||||
- Message/Interaction ID (Used for quotation feature and as a unique file name for files operations. Note: Message ID by themselves can't be used to find the original message.)
|
||||
|
||||
Nothing is shared to anyone and is purely for the function of the bot.
|
||||
|
||||
If you do not agree to the privacy policy you can opt out by doing /optout.
|
||||
If you wish to request the data or have it deleted please email me at sup@libtar.de or ask me with the /feedback command.
|
||||
|
||||
The files created from the message ID by the commands are deleted periodically.
|
||||
The files created from the message/interaction ID by the commands are deleted periodically.
|
||||
|
||||
The source code of the bot can be found at https://git.namejeff.xyz/Supositware/Haha-Yes
|
||||
|
|
Loading…
Reference in a new issue