This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
646f9a4
commit 0b0d815
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# ADZTBotV2 | ||
|
||
> A little discord bot with a small footprint and easy to use to share music and video with your friends on your discord server | ||
ADZTBotV2 is the successor of [ADZTBot](https://github.com/DarkOnion0/ADZTBot). It has been rewritten in go to make it | ||
much faster, easier to deploy, easier to maintain... | ||
|
||
## 🚀 Key Features | ||
|
||
- Share music or video with your friends and vote for the post you like | ||
- Support [Slash Commands](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ) | ||
|
||
## 📖 Usage | ||
|
||
To use the bot you just need to type `/` in the message box in discord and the bot command auto-completion will start, | ||
pretty easy right ?! | ||
|
||
![img.png](Pictures/UsageScreenCapture.png) | ||
|
||
## 💽 Installation | ||
|
||
### 🐹 Go Binary | ||
|
||
1. Download the binary from the release page | ||
2. Execute the command with the following flags (this flags can be get running the executable with the `-help` flag) | ||
|
||
```sh | ||
-chanm #Discord channel id where the post of the music category will be sent to | ||
|
||
-chanv #Discord channel id where the post of the video category will be sent to | ||
|
||
-db #The mongodb database name | ||
|
||
-token #Bot access token | ||
|
||
-url #The mongodb access url | ||
|
||
``` | ||
|
||
3. And that's it | ||
|
||
### 🐋 Docker | ||
|
||
> **_✨ Comming soon...✨_** |