mentioning users with commands
One of my uses for the starboard bot is on results of slash command used by other users. However when the messages show in the starboard, it mentions the bot instead of the user who used the command. It's there any way to change this?
I am hosting the bot myself, but I have minimal experience with the discord API and barely enough experience with rust to stub out premium checks.
...
The permission required for redeeming premium
What permission is required for redeeming premium in a server?
Require attachment OR embed?
Hello, is there a way to require an attachment OR an embed for a post to be starred? I can see there's a way to require an attachment, but I want embeds to also count.
Also is there a way to edit the target channel of an existing starboard?...
Bug: The bot reposts a starboard message after a mass—reaction deletion
When a mod deletes all star reactions to a message at once, @Starboard removes it from the channel but reposts it. The repost doesn't happen when a mod deletes each individual star reaction.
self-hosted help
1. How do I remove the limitations on emoji and starboard count? I'm satisfied with a command that adds credits to the current server or excludes it from requirements (the bot is intended for only a few servers), however there doesn't seem to be a way to add credits to a user or premium time to a server without editing the database--I used I stubbed out premium stuff
2. What does the owner setting do in the environment file? This doesn't seem to be documented.
- Edit: it appears this allows the owner to use a SQL command? This command doesn't show up, though...
...
update guilds set premium_end = '2040-01-01+00';
in pgsql, but this is hardly ideal.