fix: nodejs guide template. (#2433)

Co-authored-by: New Author Name <email@address.com>
This commit is contained in:
meister03
2022-09-07 14:00:29 -05:00
committed by GitHub
co-authored by New Author Name
parent 612f0c8b64
commit a9938b1fcf
7 changed files with 11 additions and 11 deletions
@@ -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);