forked from EllieBotDevs/elliebot
small cleanup
This commit is contained in:
parent
7399e8bac1
commit
a6c2ec0511
12 changed files with 49 additions and 66 deletions
src/EllieBot/Modules/Gambling/PlantPick
|
@ -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)
|
||||
{
|
||||
|
|
Reference in a new issue