Remove function that does not exist yet

This commit is contained in:
Schimon Jehudah 2024-02-04 19:16:23 +00:00
parent 79766c49b2
commit c9424ffd85

View file

@ -201,7 +201,6 @@ class Slixfeed(slixmpp.ClientXMPP):
# Service.commands(self)
# Service.reactions(self)
await self.service_capabilities()
self.service_commands()
self.service_reactions()
@ -215,7 +214,6 @@ class Slixfeed(slixmpp.ClientXMPP):
# Service.commands(self)
# Service.reactions(self)
await self.service_capabilities()
self.service_commands()
self.service_reactions()