Skip to content

A bot for discord written in Python with Discord.py! It mainly has user voice channel creation functionality for now.

Notifications You must be signed in to change notification settings

af1/discord-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-bot

A bot for Discord written in Python with discord.py!

Functionality

As a TeamSpeak user, I can not imagine using something that doesn't let users create temporary Voice Channels. To do that in Discord, I not only have to trust my users, but also give them permissions for stuff they don't need (ie, permissions to edit ALL channels, as well as text channels). As such, the main features of my bot are:

  • Let's users create their own Voice channels and let's them set a client limit, or even make them whitelist-only, so they get to choose who joins their channel.
  • Let's users delete only their own channels
  • Let's users edit their channel's Name, User limit, or whitelist other users if it's a private channel.
  • Saves a database of user-created channels locally, so even if the bot restarts it will still remember the owner of each channel etc.
  • Tells you where it's High Noon at. Cool little feature I guess.
  • Gives everyone with the move_members permission the ability to call a command to mass-move members to other channels.
  • Gives everyone with the manage_messages permission the ability to mass-delete a user's messages
  • Gives the ability to mark a server as a "WoW" Discord so WoW-related features are enabled.
    • When you add a server as a WoW Discord then the bot creates all the necesesary roles for every class (if they don't exist) without colors.
    • WoW features include:
      • Setting yourself to a class.

Add to Discord

To add my bot to discord simply use the following link (This only grants Manage Channels which is the very basic feature of the bot, you might wanna give the Bot role "Manage Roles" and "Manage Messages" as well for other features.)

About

A bot for discord written in Python with Discord.py! It mainly has user voice channel creation functionality for now.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%