-
여러 서버에서 봇 작동시
MusicQueue 도 그렇고
다른서비스들에 대해서 동일한 자원을 사용해 충돌이 일어나는 문제 확인
생각나는 방법을 적자면
1. guild.id를 key값으로 써서 key값 마다 서비스 자원이 존재하고 guild.id로 접근해 서비스 제공
2. 그냥 한 서버에만 귀속되게 쓴다 ( 크게 서비스 한다 했을때는 안좋…
-
It seems more updated and has a command interface already. I have an extra library for commands which is now outdated, as it seems the maintainer of that library switched to Javacord. Also lambdas?
-
An admin makes a poll /poll 'question' 'answer a' 'answer b' 'answer c'
This creates a discord post with text and 3 buttons
If a user clicks a button it takes them to a page which says thank you. …
-
Hello,
Tried to build it but I run into small issues when trying to "Build" the file.
```
> Task :compileKotlin FAILED
e: D:\GIT\DiscordRoleKicker\src\main\kotlin\io\github\thenumberone\discor…
-
**Feature Description:**
Modify the `channel#addPermissionOverwrite` method to internally fetch a list of all existing permission overwrites, add the one provided, and send the whole package t…
-
**Feature Description:** I'm currently working on a bot that uses a signed PCM stream and outputs it to my bot voice. I'm using lavaplayer to achieve this, but I can't find a way to properly play song…
-
**Feature Description:**
Currently, there is no supported way to serialize the new specs into JSON and deserialize them back from JSON.
Example use case: (Embed pagination)
- A bot produces …
-
**To Reproduce:**
1. Start up a GatewayDiscordClient with these intents:
```java
.setEnabledIntents( IntentSet.of(
Intent.GUILD_MEMBERS,
Intent.GUILDS,
Intent.GUILD_…
-
- [x] https://github.com/eclipse-archived/smarthome.git
- Caused by XXX cannot be resolved.
- [x] https://github.com/repeats/Repeat.git
- Manual steps required
- Download jar for SimpleN…
-
Things that need to be done:
- [ ] Find a decent discord library (with kotlin bindings, if possible)
- [ ] Discover a way to track invite usage
- [ ] Learn brigadier (minecraft command system)
- […