@@ -110,14 +110,29 @@ See more examples [here](/examples).
110
110
- [ botlist.space] ( https://botlist.space ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.BotListSpace ) )
111
111
- [ botsfordiscord.com] ( https://botsfordiscord.com ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.BotsForDiscord ) )
112
112
- [ b-o-d.cf] ( https://b-o-d.cf ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.BotsOfDiscord ) )
113
+ - [ bots.ondiscord.xyz] ( https://bots.ondiscord.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.BotsOnDiscord ) )
113
114
- [ carbonitex.net] ( https://www.carbonitex.net/Discord/bots ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.Carbon ) )
114
- - [ top.gg] ( https://top.gg ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.TopGG ) )
115
+ - [ cloud-botlist.xyz] ( https://cloud-botlist.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.CloudBotList ) )
116
+ - [ cloudlist.xyz] ( https://cloudlist.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.CloudList ) )
115
117
- [ discord.bots.gg] ( https://discord.bots.gg ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.DiscordBotsGG ) )
116
- - * More services will be supported in a future release...*
118
+ - [ discordapps.dev] ( https://discordapps.dev ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.DiscordAppsDev ) )
119
+ - [ discord.boats] ( https://discord.boats ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.DiscordBoats ) )
120
+ - [ discordbotlist.com] ( https://discordbotlist.com ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.DiscordBotList ) )
121
+ - [ discordbot.world] ( https://discordbot.world ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.DiscordBotWorld ) )
122
+ - [ discordextremelist.xyz] ( https://discordextremelist.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.DiscordExtremeList ) )
123
+ - [ divinediscordbots.com] ( https://divinediscordbots.com ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.DivineDiscordBots ) )
124
+ - [ glennbotlist.xyz] ( https://glennbotlist.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.GlennBotList ) )
125
+ - [ lbots.org] ( https://lbots.org ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.LBots ) )
126
+ - [ listmybots.com] ( https://listmybots.com ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.ListMyBots ) )
127
+ - [ mythicalbots.xyz] ( https://mythicalbots.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.MythicalBots ) )
128
+ - [ space-bot-list.org] ( https://space-bot-list.org ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.SpaceBotsList ) )
129
+ - [ top.gg] ( https://top.gg ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.TopGG ) )
130
+ - [ wonderbotlist.com] ( https://wonderbotlist.com ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.WonderBotList ) )
131
+ - [ yabl.xyz] ( yabl.xyz ) ([ docs] ( https://dbots.readthedocs.io/en/latest/api.html#dbots.YABL ) )
117
132
118
133
### Adding Custom Services
119
134
You can add custom services by extending from the base service class (` dbots.Service ` ) and overriding the ` _post ` and ` aliases ` method.
120
- Make sure to add the custom service class to the service keymap. (` dbots.Service.SERVICE_KEYMAP ` ) An example of adding a custom service can be shown [ here] ( /examples/cUstom_service .py ) .
135
+ Make sure to add the custom service class to the service keymap. (` dbots.Service.SERVICE_KEYMAP ` ) An example of adding a custom service can be shown [ here] ( /examples/custom_service .py ) .
121
136
122
137
### Adding a custom post function
123
138
You can add a custom post event by defining ` on_custom_post ` in the initialization of a Poster.
0 commit comments