mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 07:50:07 +00:00
fix: nodejs guide template. (#2433)
Co-authored-by: New Author Name <email@address.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user