Skip to content

pirate21213/sdm_discord_bot

 
 

Repository files navigation

Discord bot for Steam Deck Discord specific use.

  • reload cogs.<cogname> (i.e; >reload cogs.helper_role) Allows users with enough permissions to reload certain cogs for live testing/debug

  • sitdown @user1 @user2 ... Adds users to the sit-down role

  • sitdownrelease @user1 @user2 ... Removes users from the sit-down role

  • scoopnotification Allows users with enough permissions to notify News Junkies in the scoop channel.

  • ping Responds with pong!

A config.json file is required for the bot to run. It looks like this;

{
    "Discord": {
        "API_KEY": "Value",
        "COMMAND_PREFIX" : ">",

        "Roles": {
            "BOT_DEV" : 865684680195964998,
            "HELPER": 866128683809767474,
            "RESEARCHER": 867125502833852426,
            "NEWSJUNKIE": 865654074274873374,
            "SITDOWN": 866796838098042880
        },

        "Channels" : {
            "RESEARCH" : 867125657737232395,
            "SCOOP" : 865802501470683186
        }
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%