-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
Current methods required to move:
postGuilds
-
RequestHandler#postGuilds(JDA, BotBlockAPI)toPostAction#postGuilds(JDA, BotBlockAPI) -
RequestHandler#postGuilds(Long, Integer, BotBlockAPI)toPostAction#postGuilds(Long, Integer, BotBlockAPI) -
RequestHandler#postGuilds(ShardManager, BotBlockAPI)toPostAction#postGuilds(ShardManager, BotBlockAPI) -
RequestHandler#postGuilds(String, Integer, BotBlockAPI)toPostAction#postGuilds(String, Integer, BotBlockAPI)
startAutoPosting (Will be renamed to enableAutoPost)
-
RequestHandler#startAutoPosting(JDA, BotBlockAPI)toGetAction#enableAutoPost(JDA, BotBlockAPI) -
RequestHandler#startAutoPosting(Long, Integer, BotBlockAPI)toGetAction#enableAutoPost(Long, Integer, BotBlockAPI) -
RequestHandler#startAutoPosting(ShardManager, BotBlockAPI)toGetAction#enableAutoPost(ShardManager, BotBlockAPI) -
RequestHandler#startAutoPosting(String, Integer, BotBlockAPI)toGetAction#enableAutoPost(String, Integer, BotBlockAPI)
stopAutoPosting (Will be renamed to disableAutoPost)
-
RequestHandler#stopAutoPosting()toGetAction#disableAutoPost()
Metadata
Metadata
Assignees
Labels
Type: EnhancementNew feature or requestNew feature or request