Skip to content

Instantly share code, notes, and snippets.

View Draww's full-sized avatar
🏠
Working from home

Baran OZCAN Draww

🏠
Working from home
View GitHub Profile
@Draww
Draww / BaseCommands.kt
Created March 15, 2018 13:44 — forked from aikar/BaseCommands.kt
EMC JDA Discord Bot in Kotlin, with ACF and IDB
import co.aikar.commands.BaseCommand
import co.aikar.commands.JDACommandEvent
import co.aikar.commands.annotation.CommandAlias
import co.aikar.commands.annotation.Dependency
import net.dv8tion.jda.core.JDA
import net.dv8tion.jda.core.entities.Guild
class BaseCommands : BaseCommand() {
@Dependency