Marked some unfinished stuff to know when to come back to it
This commit is contained in:
		| @@ -7,6 +7,7 @@ | ||||
| //using System.Threading; | ||||
| //using System.Threading.Tasks; | ||||
|  | ||||
| //todo Unit Conversion lib | ||||
| //namespace NadekoBot.Modules.Searches.Commands | ||||
| //{ | ||||
| //    class ConverterCommand : DiscordCommand | ||||
|   | ||||
| @@ -5,6 +5,7 @@ | ||||
| //using System.Text.RegularExpressions; | ||||
| //using System.Threading.Tasks; | ||||
|  | ||||
| //todo mathos parser replacement | ||||
| //namespace NadekoBot.Modules.Searches.Commands | ||||
| //{ | ||||
| //    class CalcCommand : DiscordCommand | ||||
|   | ||||
| @@ -1,4 +1,5 @@ | ||||
| using System; | ||||
| using NadekoBot.Modules.Searches.Commands.Models; | ||||
| using System; | ||||
| using System.Collections; | ||||
| using System.Collections.Generic; | ||||
| using System.IO; | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| using System.Collections.Generic; | ||||
| using System.Net; | ||||
| 
 | ||||
| namespace NadekoBot.Modules.Searches.Commands.IMDB | ||||
| namespace NadekoBot.Modules.Searches.Commands.Models | ||||
| { | ||||
|     public class ImdbMovie | ||||
|     { | ||||
| @@ -6,6 +6,7 @@ | ||||
| //using System.Net; | ||||
| //using System.Text.RegularExpressions; | ||||
|  | ||||
| //todo DI into partials | ||||
| //namespace NadekoBot.Modules.Searches.Commands | ||||
| //{ | ||||
| //    internal class OsuCommands : DiscordCommand | ||||
|   | ||||
| @@ -9,6 +9,7 @@ | ||||
| //using NadekoBot.Services; | ||||
| //using System.Threading; | ||||
|  | ||||
| //todo DB | ||||
| //namespace NadekoBot.Modules.Searches.Commands | ||||
| //{ | ||||
| //    public partial class SearchesModule : DiscordModule | ||||
|   | ||||
		Reference in New Issue
	
	Block a user