Remove Kotlin for now

This commit is contained in:
1computer1 2019-03-15 22:45:52 -04:00
parent 5568441526
commit ff4f85d8a5
4 changed files with 0 additions and 19 deletions

View file

@ -1,11 +0,0 @@
const Language = require('../struct/Language');
class Kotlin extends Language {
constructor() {
super('kotlin', {
aliases: ['kotlin']
});
}
}
module.exports = Kotlin;