fix: nodejs guide template. (#2433)

Co-authored-by: New Author Name <email@address.com>
This commit is contained in:
meister03
2022-09-07 21:00:29 +02:00
committed by GitHub
parent 612f0c8b64
commit a9938b1fcf
7 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
const UtilCommand = require("./CommandResponse.js");
const Message = require("./Message.js");
const Interaction = require("./Interaction.js");
class BaseCommand extends UtilCommand {
constructor(data) {
super(data);