Remove unused assignment
This commit is contained in:
parent
12aef1f61d
commit
697a24c4fa
@ -63,7 +63,6 @@ namespace PluralKit.Bot
|
||||
embedTitle,
|
||||
async (builder, switches) =>
|
||||
{
|
||||
var outputStr = "";
|
||||
foreach (var entry in switches)
|
||||
{
|
||||
var lastSw = entry.LastTime;
|
||||
@ -98,8 +97,6 @@ namespace PluralKit.Bot
|
||||
break;
|
||||
}// TODO: Make sure this works
|
||||
}
|
||||
|
||||
builder.Description = outputStr;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user