import { CounterEventEmitter, CountersPluginType } from "../types"; import { GuildPluginData } from "knub"; export function offCounterEvent( pluginData: GuildPluginData, ...rest: Parameters ) { return pluginData.state.events.off(...rest); }