Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

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);
};