mrmBot-Matrix/commands/dbl.js

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"];