2019-09-13 20:02:41 +00:00
|
|
|
exports.run = async (message) => {
|
2019-12-02 20:47:22 +00:00
|
|
|
return `${message.author.mention}, my DBL page can be found here: <https://top.gg/bot/429305856241172480>`;
|
2019-09-13 20:02:41 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
exports.aliases = ["discordbotlist", "botlist", "discordbots"];
|
2019-12-02 20:47:22 +00:00
|
|
|
exports.category = 1;
|
|
|
|
exports.help = "Gets my top.gg page";
|