mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Remove unused assignment
This commit is contained in:
parent
12aef1f61d
commit
697a24c4fa
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue