-
this project is a simple discord bot, which is written in python programming language.
-
we will add features and complete this readme.md file.
- Moderation commands
- AI channel features
- Voice integration (if used)
- and many others..
- NOTE: our build script is removed due to unusability, you can setup this project with PyCharm, or any other IDE's with support of python, or it's alternatives.
- Clone the repository:
git clone https://github.com/SyNdicateFoundation/SyNdicateFoundationDiscordBot.git
- Install the required dependencies:
pip install -r requirements.txt
- Obtain a Discord bot token and replace
'token here'in themain.pyfile. - Run the bot:
python main.py
The bot provides the following commands:
x!help: Displays a list of available commands.x!clear <amount>: Deletes the specified number of messages in the current channel.x!kick @member [reason]: Kicks the specified member from the server.x!ban @member [reason]: Bans the specified member from the server.x!lock [channel]: Locks the specified channel or the current channel.x!unlock [channel]: Unlocks the specified channel or the current channel.x!role add/remove @member @role: Adds or removes the specified role from the member.x!avatar [@member]: Displays the avatar of the specified member or the current user.x!serverinfo: Displays information about the current server.x!vote [message]: Creates a vote with the specified message.x!send [message]: Sends a message from the bot.x!helpme [message]: Reports a message for help.x!suggest [message]: Suggests a message.x!bug [message]: Reports a bug.x!moveall: Moves all members in voice channels to the current user's voice channel.x!join: Joins the current user's voice channel.x!leave: Leaves the current voice channel.
Feel free to contribute to the development of our bot. we will notice it.