Skip to content

Commit

Permalink
Moved files to specific folders
Browse files Browse the repository at this point in the history
Also added option of having multiple command string for a single command.
  • Loading branch information
pkTavisca committed Jan 16, 2018
1 parent a41d31b commit a7f1288
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bot/Attributes/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Bot
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class Command : Attribute
{
public string CommandText { get; private set; }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a7f1288

Please sign in to comment.