-
**Is your feature request related to a problem? Please describe.**
This isn't related to a problem. I'd like to be able supply a webhook body directly to the WebhookClient.send function in guilded.js…
-
**Configuration **
- DAO: all
- Cards Provider: all
- OS: all
- Version : 2.35
**Describe the bug**
A clear and concise description of what the bug is.
**Screenshots**
If applicable, a…
-
**Describe the bug**
When attempting to send embeds, that have been made similar to in discord.py, you get a series of errors related to embeds.
**To Reproduce**
How to reproduce is in screenshot…
-
When I try to send a `.png` file via `Context.send()`, it raises the following error. I have been trying to get it to work for quite a while but to no avail.
Here is the code:
```
# # Create a Qr…
-
The "avatar" and "banner" properties are missing from the UserSummary and User classes. The properties are both media-uri strings as defined in the [Guilded Bot API](https://www.guilded.gg/docs/api/me…
-
**Describe the bug**
Hi, I am trying to migrate a bot from discord to guilded. The bot generates a QR code and sends it to a member of the guild. The member types `$qr` in a guild channel and the bot…
-
**Describe the bug**
You cant send Embeds.
**To Reproduce**
Code:
`@bot.command()
async def EmbedTest(ctx):
embed = guilded.Embed(Title="Test Title", desciption="Test Description", color=0…
-
**Describe the bug**
[The link in the readme 404s](https://www.npmjs.com/package/guilded.js)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://www.npmjs.com/package/guilded.js…
-
**Is your feature request related to a problem? Please describe.**
N/A
**Describe the solution you'd like**
Add guilded.gg support
**Describe alternatives you've considered**
N/A
**Additio…
-
When porting from the Discord version of this bot, the method `sanitizeIDs` is obsolete due to Guilded mentions not being in the actual message.
Will implement potential fix soon.