mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Using generic attributes for NadekoOptions now. Updated packages
This commit is contained in:
@@ -18,7 +18,7 @@ public partial class Searches
|
||||
Xoart //http://xoart.link
|
||||
}
|
||||
|
||||
private static readonly string _typesStr = string.Join(", ", Enum.GetNames(typeof(PlaceType)));
|
||||
private static readonly string _typesStr = string.Join(", ", Enum.GetNames<PlaceType>());
|
||||
|
||||
[Cmd]
|
||||
public async Task Placelist()
|
||||
|
Reference in New Issue
Block a user