Professor Redwood has arrived from the California Bay Area. He will help you run your local discord communities for Pokemon GO. See our bot in action on the SF PoGo Raids Meetup https://discord.gg/7tbySPV
Make a pull request!
To run this bot you will need a ES6 node environment. The bot currently does not have database functions.
- Create a role called mod and give it the following privileges:
- Display role members separately from online members
- Manage Roles
- Check all boxes under Text Permissions
- Create roles (this will take a while):
- currently roles must be completely lowercase or youre going to have a bad time see Professor-Redwood-Team/Professor-Redwood#22
- valor, instinct, and mystic: all with at least: Display role members seperately, Read & Send Messages (recommend unchecking Mention Everyone), and color each team appropriately
- create one role for each region that you plan to use. Regions consist of multiple channels. Channels consist of multiple neighborhoods. Examples in SF are: sf, peninsula, sanjose, eastbay
- create a role named 'allregions'
- create a role for each pokemon/quest reward specified in want.js, 'highiv', 'legendary', 'finalevo', 'shinycheck', 'shadow', 'exgym'. **All of these roles must have the 'allow anyone to @mention this role'
- Create Channels:
professor_redwood
(a channel specifically for bot commands) - @everyone may Read & Send messagesmissing_dex
(required for Wild report alert forwarding) - only admin/mod should have Send Message privilege, everyone else should have read only privilegegymraids_alerts
(required for egg/raid alert forwarding) - only admin/mod should have Send Message privilege, everyone ele should have read only privilegegymraids_+ the name of your region role
- Alert forwarding specific to reports from the neighborhoods in a regiontr_alerts
(required for Team Rocket alert forwarding) - only admin/mod/3 teams should have Send Message privilege, @everyone should have no privilegetr_alerts__+ the name of your region role
- Alert forwarding specific to reports from the neighborhoods in a regionquests_alerts
(required for quest alert forwarding) - only admin/mod/3 teams should have Send Message privilege, @everyone should have no privilegequests_+ the name of your region role
- Alert forwarding specific to reports from the neighborhoods in a regionadventure_rules
- Server rules page - only admin/mod roles should have Send Message privilege, @everyone should have Read onlybot_commands
- List of all bot commands - only admin/mod roles should have Send Message privilege, @everyone should have Read only- neighborhood channels! When creating these, make sure to use '-' in each name, even if it's at the beginning or end. Proper examples are
pier39-marina
andsanjose-
--> NOTE: make sure to only allowallregions
and the appropriate region role to access each channel
-
Follow instructions in the config/README.md to create an .env file with secrets in the root directory.
-
Create your bot
- Go to your discord developers page: https://discordapp.com/developers/applications/me
- Click New App
- Under App Name, type 'Professor Redwood', or another name for your bot
- Click Create App
- Click Create a Bot User
- Under App Details, click to reveal the client secret, and paste it into your .env file under DISCORD_TOKEN
- Paste the CLIENT ID in .env as well.
- Now, copy the Client ID and paste it into this URL:
https://discordapp.com/oauth2/authorize?scope=bot&permissions=1342401618&client_id=<CLIENT ID>
- Choose the name of your Discord server
- Authorize the Bot!
- Go to the Server Settings for your discord, and search for a user/member, find your bot and grant it mod privileges
- Run your bot with either
node bot.js
ornode server.js