UNPKG

twitch-commando

Version:

Twitch Bot Commando Client

33 lines (22 loc) 398 B
class SettingsProvider { constructor(databaseConnection) { this.db = databaseConnection; } async init() { } async clear(channel) { } async get(channel, key, defVal) { } async remove(channel, key) { } async set(channel, key, value) { } } module.exports = SettingsProvider;