Skip to content

SyNdicateFoundation/DiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot: made in Python, made to be simple

Overview

  • this project is a simple discord bot, which is written in python programming language.

  • we will add features and complete this readme.md file.

Key Features 🚀

  • Moderation commands
  • AI channel features
  • Voice integration (if used)
  • and many others..

Getting Started 🚧

  • 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.

Installation

  1. Clone the repository:
git clone https://github.com/SyNdicateFoundation/SyNdicateFoundationDiscordBot.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Obtain a Discord bot token and replace 'token here' in the main.py file.
  2. Run the bot:
python main.py

Usage

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.

Contribution Guidelines 🤝

Feel free to contribute to the development of our bot. we will notice it.

Releases

No releases published

Packages

No packages published

Languages