File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1313 <a href =" #disclaimer " >Disclaimer</a > ⦿
1414 <a href =" #examples " >Examples</a > ⦿
1515 <a href =" https://discord-py-slash-command.readthedocs.io/en/latest/ " >Documentation</a > ⦿
16- <a href =" https://github.com/eunwoo1104/discord-py-slash-command/discussions " >Discussions</a >
16+ <a href =" https://github.com/eunwoo1104/discord-py-slash-command/discussions " >Discussions</a > ⦿
17+ <a href =" https://discord.gg/KkgMBVuEkx " >Discord Server</a >
1718</p >
1819
1920
@@ -88,3 +89,10 @@ class Slash(commands.Cog):
8889def setup (bot ):
8990 bot.add_cog(Slash(bot))
9091```
92+
93+ --------
94+ This library is based on gateway event. If you are looking for webserver based, have a look at this:
95+ [ dispike] ( https://github.com/ms7m/dispike )
96+ [ discord-interactions-python] ( https://github.com/discord/discord-interactions-python )
97+ Or for other languages:
98+ [ discord-api-docs Community Resources: Interactions] ( https://discord.com/developers/docs/topics/community-resources#interactions )
You can’t perform that action at this time.
0 commit comments