Fixed something in Canary.cs
This commit is contained in:
parent
320626cf2a
commit
b7f1a0a3db
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
namespace Ellie.Canary;
|
namespace Ellie.Canary;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The base class which will be loaded as a module into NadekoBot
|
/// The base class which will be loaded as a module into EllieBot
|
||||||
/// Any user-defined snek has to inherit from this class.
|
/// Any user-defined snek has to inherit from this class.
|
||||||
/// Sneks get instantiated ONLY ONCE during the loading,
|
/// Sneks get instantiated ONLY ONCE during the loading,
|
||||||
/// and any snek commands will be executed on the same instance.
|
/// and any snek commands will be executed on the same instance.
|
||||||
|
|
Loading…
Reference in a new issue