This commit is contained in:
8
bot/commands/est.js
Normal file
8
bot/commands/est.js
Normal file
@ -0,0 +1,8 @@
|
||||
exports.name = "est";
|
||||
exports.description = ":money_with_wings: Alias for estimate.";
|
||||
exports.usage = "alias";
|
||||
exports.example = "alias";
|
||||
exports.hidden = true;
|
||||
exports.run = async (client, message, args) => {
|
||||
require("./estimate").run(client, message, args);
|
||||
};
|
Reference in New Issue
Block a user