galactic-bot/structure/interfaces/Command.js

5 lines
45 B
JavaScript
Raw Normal View History

2020-04-08 16:27:34 +02:00
class Command {
}
module.exports = Command;