001package co.aikar.commands;
002
003import net.dv8tion.jda.api.events.message.MessageReceivedEvent;
004
005public interface CommandConfigProvider {
006    CommandConfig provide(MessageReceivedEvent event);
007}