small cleanup

This commit is contained in:
Toastie 2024-08-06 22:52:02 +12:00
parent 7399e8bac1
commit a6c2ec0511
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
12 changed files with 49 additions and 66 deletions
src/EllieBot/Modules/Gambling/PlantPick

View file

@ -31,7 +31,6 @@ public class PlantPickService : IEService, IExecNoCommand
public PlantPickService(
DbService db,
CommandHandler cmd,
IBotStrings strings,
IImageCache images,
FontProvider fonts,
@ -107,7 +106,6 @@ public class PlantPickService : IEService, IExecNoCommand
/// Get a random currency image stream, with an optional password sticked onto it.
/// </summary>
/// <param name="pass">Optional password to add to top left corner.</param>
/// <param name="extension">Extension of the file, defaults to png</param>
/// <returns>Stream of the currency image</returns>
public async Task<(Stream, string)> GetRandomCurrencyImageAsync(string pass)
{