5 lines
222 B
JavaScript
5 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"];
|