diff --git a/README.md b/README.md index 1b290ed..ad11c66 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # girl cock inator -behold perry the platypus, the fine ill do it for you inator \ No newline at end of file +its docker compose, copy the default to `docker-compose.yml` and put a discord token in and start the container and it works i hope \ No newline at end of file diff --git a/index.js b/index.js index 0241f65..97fb78d 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,8 @@ client.on(Events.MessageCreate, message => { const cocklink = `https://girlcockx.com/${profile}/status/${stub}` console.log(`Girlcock: Converted to ${cocklink}`) message.channel.send(cocklink) - message.suppressEmbeds().catch(err => // this bit is ai generated because i am lazy + message.suppressEmbeds().catch(err => + // this next bit just cuts down the error to the important part, which will usually end up being "no permissions" console.error(err.stack?.split('\n')[0] || err.message || String(err).split('\n')[0]) ) }