diff options
| author | Alee <Alee14498@gmail.com> | 2019-05-07 15:50:13 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-05-07 15:50:13 -0400 |
| commit | 3b371b7e28996d0663324bc8b35af94bc7012a98 (patch) | |
| tree | 9cd542549423c140d4560633e826078e662b2b97 /AleeBot/AleeBot.csproj | |
| parent | bffa3ce2991f93dd606f3172c9dfe70474ccff55 (diff) | |
| download | AleeBot.NET-3b371b7e28996d0663324bc8b35af94bc7012a98.tar.gz AleeBot.NET-3b371b7e28996d0663324bc8b35af94bc7012a98.tar.bz2 AleeBot.NET-3b371b7e28996d0663324bc8b35af94bc7012a98.zip | |
Adding the command handler class
Diffstat (limited to 'AleeBot/AleeBot.csproj')
| -rw-r--r-- | AleeBot/AleeBot.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AleeBot/AleeBot.csproj b/AleeBot/AleeBot.csproj index 1c9108d..bed2913 100644 --- a/AleeBot/AleeBot.csproj +++ b/AleeBot/AleeBot.csproj @@ -19,4 +19,8 @@ <PackageReference Include="Discord.Net" Version="2.0.1" /> <PackageReference Include="System.IO.FileSystem" Version="4.3.0" /> </ItemGroup> + + <ItemGroup> + <Folder Include="Modules\" /> + </ItemGroup> </Project> |
