SAM icon indicating copy to clipboard operation
SAM copied to clipboard

SAM is a multi-functional Discord Bot specifically designed for the Server of the Faculty of Computer Science at the University of Vienna.

Results 33 SAM issues
Sort by recently updated
recently updated
newest added

# Description If the server Sam is running on does not have enough server boosts, an exception is thrown that is not handled. Sam never informs the user what happened...

bug

This could be done by using [VirusTotal](https://www.virustotal.com/gui/home/upload)'s [Public API](https://developers.virustotal.com/reference/public-vs-premium-api). The constraints of the public API are really generous and should therefore be sufficient for a university Discord server. For the...

enhancement

A command which starts a giveaway in the specified channel (or the current one if no channel is given). Members can then enter by adding the specified reaction and when...

enhancement

# Description Discord will soon introduce the feature that a voice channel includes its own text channel. ------------- # What we need to change We need to disable the function...

enhancement

Instead of limiting the amount of results shown for specific commands (e.g. #29 `!ufind staff`) use the pages extension offered by `Pycord` to implement pagination.

enhancement

[Ephemeral Messages](https://support.discord.com/hc/en-us/articles/1500000580222) are a new type of message which only a specific user can see. These messages can be dismissed by the user or will be deleted automatically after some...

enhancement

If private threads are available on the server, the modmail command should additionally create one in the configured modmail channel instead of only posting the message sent by a user....

enhancement

Instead of using reactions so that users can choose between multiple options, we can use so called [Message Components](https://discord.com/developers/docs/interactions/message-components) instead. One of the available types of components are [Buttons ](https://discord.com/developers/docs/interactions/message-components#buttons)...

enhancement

Make all provided commands also available as slash commands. This will increase the usability of our bot due to visual hints from the client (e.g. structure of a command, automatic...

enhancement