mrmBot-Matrix/commands/dbl.js

6 lines
222 B
JavaScript
Raw Normal View History

2019-09-13 20:02:41 +00:00
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"];