1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-14 01:36:08 +03:00
Octobot/src/Extensions
Octol1ttle 5f0d806213
Use IFeedbackService interface instead of implementation (#178)
This PR replaces usages of the `FeedbackService` implementation with the
`IFeedbackService` interface. Using concrete implementations breaks the
whole point of dependency injection, so it doesn't make sense to use
them
2023-11-04 23:28:22 +05:00
..
CollectionExtensions.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00
CommandContextExtensions.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00
DiffPaneModelExtensions.cs Sanitize input text in message edit log (#162) 2023-10-12 21:51:51 +05:00
EmbedBuilderExtensions.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00
FeedbackServiceExtensions.cs Use IFeedbackService interface instead of implementation (#178) 2023-11-04 23:28:22 +05:00
GuildScheduledEventExtensions.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00
LoggerExtensions.cs Notify user when a command execution error occurs (#171) 2023-10-26 14:54:15 +00:00
SnowflakeExtensions.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00
StringExtensions.cs Sanitize input text in message edit log (#162) 2023-10-12 21:51:51 +05:00
UInt64Extensions.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00
UserExtensions.cs Split extension methods into separate classes (#161) 2023-10-12 15:37:25 +00:00