Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 576 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 576 Bytes

This is a bot I wrote in python to assist me in administrating the Reddit Mechanical Keyboards Discord Server.

Functions Include-

  • Adding roles by keyword.
  • Purging messages.
  • Hiding channels on command.
  • A simple vote function using emoji reactions.
  • Tracking server activity (message count and active members) - WIP with overhaul
  • Raffle function that select members who reacted to a message.

Thanks to:

  • discord.py the API Wrapper Used
  • Mee6 Served a guide to build my plugin system.