Skip to content

A bot to allow users to manage channels in a configured channel category without directly granting them permissions.

License

Notifications You must be signed in to change notification settings

kitmatheinfo/discord-user-channels-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State

End-of-line, because discord.py has halted development. See here.

User-channel management bot

A bot to allow users to manage channels in a configured channel category without directly granting them permissions.

This may be desirable if you require 2FA, but do not want to require every regular user to have it (or don't want them to suffer the banner).

To run:

  1. cp .env.example .env
    • set env variables
  2. python -m venv .venv if you haven't
  3. pip install -r requirements.txt if you haven't
  4. python main.py

About

A bot to allow users to manage channels in a configured channel category without directly granting them permissions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 2.6%