@ -703,7 +703,8 @@ namespace Kehyeedra3.Commands
if ( nocard . ToLowerInvariant ( ) ! = "nocard" )
if ( nocard . ToLowerInvariant ( ) ! = "nocard" )
{
{
var ( cardCollection , outFormatEnum , outFormat ) = await Helpers . MakeFishCardAsync ( fish , user . TXp , user . FXp , user . Xp , lvlUp , weight , xp , dcatch ) ;
var ( cardCollection , outFormatEnum , outFormat ) = await Helpers . MakeFishCardAsync ( fish , user . TXp , user . FXp , user . Xp , lvlUp , weight , xp , dcatch , bRar , bBig , bLet ) ;
MemoryStream outputStream = new MemoryStream ( ) ;
MemoryStream outputStream = new MemoryStream ( ) ;
@ -1194,7 +1195,7 @@ namespace Kehyeedra3.Commands
await ReplyAsync ( $"{Context.User.Mention}\n{message}" ) ;
await ReplyAsync ( $"{Context.User.Mention}\n{message}" ) ;
}
}
}
}
[RequireRolePrecondition(AccessLevel.ServerAdmin )]
[RequireRolePrecondition(AccessLevel.BotOwner )]
[Command("tradebuy", RunMode = RunMode.Async), Summary("Unfinished command")]
[Command("tradebuy", RunMode = RunMode.Async), Summary("Unfinished command")]
public async Task TradingBuy ( int amount , string itemtype , int price , [ Remainder ] string item )
public async Task TradingBuy ( int amount , string itemtype , int price , [ Remainder ] string item )
{
{
@ -1275,7 +1276,7 @@ namespace Kehyeedra3.Commands
}
}
}
}
}
}
[RequireRolePrecondition(AccessLevel.ServerAdmin )]
[RequireRolePrecondition(AccessLevel.BotOwner )]
[Command("tradesell"), Summary("Unfinished command")]
[Command("tradesell"), Summary("Unfinished command")]
public async Task TradingSell ( int amount , string itemtype , int price , [ Remainder ] string item )
public async Task TradingSell ( int amount , string itemtype , int price , [ Remainder ] string item )
{
{
@ -1322,7 +1323,7 @@ namespace Kehyeedra3.Commands
await Context . Channel . SendMessageAsync ( $"{Context.User.Mention}\nInvalid trade type. Come back when the error command is fixed lmaoy" ) . ConfigureAwait ( false ) ;
await Context . Channel . SendMessageAsync ( $"{Context.User.Mention}\nInvalid trade type. Come back when the error command is fixed lmaoy" ) . ConfigureAwait ( false ) ;
}
}
}
}
[RequireRolePrecondition(AccessLevel.ServerAdmin )]
[RequireRolePrecondition(AccessLevel.BotOwner )]
[Command("tradeoffers"), Summary("Unfinished command")]
[Command("tradeoffers"), Summary("Unfinished command")]
public async Task ShowOffers ( bool localOffers = true )
public async Task ShowOffers ( bool localOffers = true )
{
{