mrmBot-Matrix/commands/dbl.js
2019-09-13 15:02:41 -05:00

6 lines
222 B
JavaScript

exports.run = async (message) => {
return `${message.author.mention}, my DBL page can be found here: <https://discordbots.org/bot/429305856241172480>`;
};
exports.aliases = ["discordbotlist", "botlist", "discordbots"];