sei.js (231B)
1 2 3 4 5 6 7 8
// SEI blurb exports.run = (client, message, args) => { message.channel .send( "The Subjective Effect Index - https://www.effectindex.com/effects \nFounded by <@!295422447887450114>" ) .catch(console.error); };