Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.66 KB

README.md

File metadata and controls

65 lines (54 loc) · 1.66 KB



Logo

Discord AFK Bot

Discord bot that allows you to manage mentions, and tell users when you're AFK

Report Bug · Request Feature


Installation

pip install pycord

config.json

{
    "token":"bot.token",
    "guild_id":"guild.id",
    "emojis":{
        "success":":white_check_mark:",
        "failure":":x:"
    }
}

Features

  • Slash commands
  • AFK mention
  • still works if restarted

Goal

  • 20 stars - Multi Guild & MongoDB Support

Author

author = {
    "name": "Shadow",
    "discord": "Not Shadow#1337",
    "github": "NotShadow1337",
}