diff --git a/src/Strings.cs b/src/Strings.cs index f397723d..261d6b82 100644 --- a/src/Strings.cs +++ b/src/Strings.cs @@ -37,7 +37,6 @@ __ __ ___. .__ __ public const string AppleMaps = "https://maps.apple.com/maps?daddr={0},{1}"; public const string WazeMaps = "https://waze.com/ul?ll={0},{1}&navigate=yes"; - public const string DiscordsFolder = "discords"; public const string GeofenceFolder = "geofences"; public const string AlarmsFolder = "alarms"; public const string AlertsFolder = "alerts"; @@ -204,4 +203,4 @@ public class PokemonGenerationRange /// public int End { get; set; } } -} \ No newline at end of file +}