Port to ESM modules (haha funny), removed cache request, many other changes that I forgot about
This commit is contained in:
parent
2fe45d842b
commit
ae2ebe0337
157 changed files with 1661 additions and 897 deletions
|
@ -1,4 +1,4 @@
|
|||
const ImageCommand = require("../../classes/imageCommand.js");
|
||||
import ImageCommand from "../../classes/imageCommand.js";
|
||||
|
||||
class WallCommand extends ImageCommand {
|
||||
static description = "Creates a wall from an image";
|
||||
|
@ -7,4 +7,4 @@ class WallCommand extends ImageCommand {
|
|||
static command = "wall";
|
||||
}
|
||||
|
||||
module.exports = WallCommand;
|
||||
export default WallCommand;
|
Loading…
Add table
Add a link
Reference in a new issue