Roles not being assigned and getting a few errors when changing settings.
Roles not being assigned even though bot perms were set correctly to be able to manage roles and see channels. XP is being handed out correctly. Is this due to me setting xp manually or not waiting long enough? Been 15+ minutes.

I cant see all the channels to set my logging channel
im not sure what i have to set up for the bot to be able to access all channels
Solution:
Every channel that you yourself have access to should show up in that dropdown, but only the first 25. You can type in the search box to show more @Dennis

Custom bot
Hi, just wondering if it was possible to get a custom bot that used Kiai, similar to MEE6's custom bots
This isn't a commission at all, just Kiai as a custom bot hosted by Buape...
Solution:
Alright. Let me chat with my team
Kiai API Key Request
Application ID: 1225304604812644394
Application Name: XP Drain...
Solution:
Check your DMs!
API - Virtual Message
I get the error any reason why?...
{"code":"invalid_type","expected":"object","received":"undefined","path":["channel"],"message":"Required"}, {"code":"invalid_type","expected":"object","received":"undefined","path":["member"],"message":"Required"}, {"code":"invalid_type","expected":"object","received":"undefined","path":["guild"],"message":"Required"}, {"code":"unrecognized_keys","keys":["body"],"path":[],"message":"Unrecognized key(s) in object: 'body'"}
when trying to use the endpoint https://api.kiaibot.com/v1/guild/{guildID}/virtual_message
https://api.kiaibot.com/v1/guild/{guildID}/virtual_message
Solution:
That would probably be part of it yes. You need to use a KIAI api token as authorization
Question
What is the limit on multipliers?
Solution:
There arenβt any limits as of right now, but we do intend on imposing limits in the future.
Documentation page has invalid invite link for bot.
Hi there, I haven't tried the bot out yet but, I went to the documentation page from the site, https://docs.kiaibot.com/ and the invite link provided there for the bot seems to be invalid now.
It links to https://go.kiai.wtf/invite which doesn't seem to resolve to anything anymore, I assume the site was changed and the link wasn't replaced, I just thought I'd report it and let you guys know so you can fix it
Pics included...
Solution:
Swapped out the link: https://github.com/buape/kiai-docs/commit/86e54df6f0635242556550dc2c626c87afd12a4f
XP Bug?
Hm, no idea what happened or why, I haven't messed with anything at all. Server ID is
857028988072361995
Solution:
Decay?
Duplicate Commands?
They both appear to be doing the same thing,
/xp-decay
should be removed and it should just be kept under the settings server
command imo.Solution:
@Ibotmealot Fixed. Changes should appear in an hour or two when we deploy after we make unrelated changes
[KIAI-307] Category Bug
Kiai lets you add categories to the denylist but does not actually take them into account. Kiai will also show the categories when you use the
/denylist list
command. (The ideal resolution would be adding category support, not disallowing them).Solution:
@Ibotmealot this has been resolved now
Me when setting the rank card background breaks /rank
Solution:
Ah yeah, the issue is one we found recently and is a issue with Imgur rate limiting I believe. I'll double check for you real quick

what are the variables
I'm trying to set up my level up messages and I'm just wondering what the variables are for whenever i'm coding the level up messages
API ratelimit
Am I lost or does the API not return any ratelimt headers like remaining? If so could it be possible to add that since handling ratelimit is really annoying without that
Solution:
@sean

Multiplier
I set the global multiplier to 5x. He does not work. The number of exp after the message is not multiplied
Level-up message
After the update, the bot is posting the wrong message voor the levels, now there is a custom message for every level we don't wanna use that, but want our deffault message set to be used for every level. I did /level-up-message list or something like that command but than there are some custom level messages, but how do i delete them. Since we don't want custom level messages
I hope this is info enough, if not tagg me please so i can make it clear....
Solution:
@Rick | Rickert_007 sorry for the wait, should be fixed!
Kiai API -> virtual message
Looking to integrate Kiai's leveling with my own STT bot as a better level up system.
Docs on the virtual message endpoint aren't great, so I'm wondering a few things about it:
* For a specific user in the server should I populate member.roles with all of their roles?
* Does Kiai not take into account the message content at all?
* There's also a field
kiaiApplicationId
in the JSON request, what should that be?...Solution:
Yeah the virtual message API is basically a hacky method no matter which way you look at it
- Yes, we use those role IDs to compare against the blacklist, rather than waiting and trying to fetch the user from Discord
- Correct, message length doesn't matter to kiai (we didn't even apply for the message content intent)
- That property was removed (though it would be your bot's ID), I'm not sure why it still shows up on the swagger docs but I'll get that removed shortly...
