Skip to content

Commit

Permalink
wip: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinPython committed Sep 6, 2024
1 parent f5df6b1 commit 76dc7b0
Show file tree
Hide file tree
Showing 9 changed files with 494 additions and 132 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
*.env
*.env
*.sqlite
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
1) [Invite the bot to a server of your choice, with all the permissions](https://discord.com/oauth2/authorize?client_id=1241739031252045935&permissions=8&scope=bot+applications.commands)
2) That's it! Once the bot has been invited, it'll listen out for any messages and will publish them automatically

# Why admin?
I don't create my bots with admin permissions unless absolutely necessary, however this is a early product and during testing we ran into a lot of permission related issues. The solution was to give it admin permissions.
This can be slightly concerning, sure, however security is always my number one priority.

# Rate Limits
Discord has a rate limit for publishing channels of 10 announcements per server **per hour**.
Please do not use this in your server if you exceed this limit

# New in 1.1.0
The bot has been restructured - mainly because of the admin permissions and how volatile it could be. Whilst it worked, I wanted to ditch it and make it more secure. However, it is now slightly more complicated to setup, hence why there's a guide

# Website
The website for the bot is [here](https://autopublish.galvindev.me.uk)!

Expand Down
Loading

0 comments on commit 76dc7b0

Please sign in to comment.