-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!heylisten command to invite bot to a channel #30
Labels
blocked
Blocked by a case labeled Blocker
blocker
Preventing work on a feature
feature / command
Feature or new command
Comments
This is just part of the logic in dynamic channels, closed as superceded by #73 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocked
Blocked by a case labeled Blocker
blocker
Preventing work on a feature
feature / command
Feature or new command
mod-only command to add the channel where this was run to the bots watchlist. gotta have the zelda reference
for O(1) lookup and storage, data should be structured:
SERVERID: {
CHANNELID: true
}
note: this directly impacts message handling in bot.js,
Blocks #73
The text was updated successfully, but these errors were encountered: