Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
/ rising-mod Public archive

Legacy Discord bot focused on moderation and user engagement, originally created for Rising Hub's (https://risinghub.net) Discord server.

License

Notifications You must be signed in to change notification settings

lucasluqui/rising-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rising Mod

Legacy Discord bot focused on moderation and user engagement, originally created for Rising Hub's (https://risinghub.net) Discord server.

Beware: This project uses an ancient Python lib that very likely does not work, or even exist anymore.

settings.json

All of the settings below must be filled for the bot to work correctly. It probably won't start at all if you miss any...

prefix: The prefix you'd like to use. It can be a list of prefixes or just one. rpctype: Status type. Must be an integer between 0 and 3. Controls whether the status is "Playing", "Watching", "Listening", etc.

{
    "token": "Your Discord bot's token.",
    "botid": "Your bot's user ID.",
    "server": "Your server's ID.",
    "prefix": ["~","-"],
    "status": "Your status message.",
    "welcome_message": "Message sent to server newcomers.",
    "muted": "Your muted role ID.",
    "announcement_channel": "Channel where bot's ready message is sent.",
    "alerts_channel": "Channel ID where you want the bot to send the alerts.",
    "filter_channel": "Channel ID where you want the bot to send chat filter alerts.",
    "suggestions_channel": "Channel ID where you want the bot to log user suggestions.",
    "bugs_channel": "Channel ID where you want the bot to send bug reports.",
    "votebans_channel": "Channel ID where vote bans are created.",
    "votebanslog_channel": "Channel ID where private vote bans logs are stored.",
    "rpctype": 3
}

About

Legacy Discord bot focused on moderation and user engagement, originally created for Rising Hub's (https://risinghub.net) Discord server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages