This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as config from '../modules/config'; | |
const content = "sex!" | |
const group = config.CLIENT.INTERACTION_COMMANDS; | |
const subreddit_storage = new pylon.KVNamespace('subreddits'); | |
let subreddits = []; | |
let firstTime = true; | |
const interval = config.REDDIT.INTERVAL; | |
const channel_id = config.CHANNEL.REDDIT; | |
const REDDIT_COMMAND = config.CLIENT.INTERACTION_COMMANDS; |