FullGreenGN
released this
30 Apr 12:45
·
2 commits
to main
since this release
SGManageTheDiscord v1.0.0 Release
SGManageTheDiscord is a Discord bot designed to help server admins and moderators manage their server with ease. The first release of SGManageTheDiscord introduces the following features:
Features
- Basic commands:
/help
and/ping
- Auto moderation feature that automatically deletes messages containing inappropriate content
- Music commands:
/join
,/nowplaying
,/play
,/queue
,/pause
,/resume
,/skip
,/stop
, and/volume
Installation Guide
To install SGManageTheDiscord, please follow the steps below:
-
Clone this repository to your local machine.
-
Create a
global.properties
file in the root directory of the project. -
Add the following lines to the
global.properties
file:bot_token= bad_words=one,two,three,one a, two b, three c...
-
Add the following lines to the
sql.properties
file:# url properties host=127.0.0.1 port=3306 database= # additional options user=root password=
Note: Please ensure that you have a MySQL database setup to connect to before running the bot.
-
Launch the bot by running
java -jar SGManageTheDiscord-x.x.jar"
. -
Your bot is now running!
Thank you for using SGManageTheDiscord!