diff --git a/src/Ellie.Marmalade/Canary.cs b/src/Ellie.Marmalade/Canary.cs index 5c50aa8..19f1d47 100644 --- a/src/Ellie.Marmalade/Canary.cs +++ b/src/Ellie.Marmalade/Canary.cs @@ -3,7 +3,7 @@ namespace Ellie.Canary; /// -/// 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. /// Sneks get instantiated ONLY ONCE during the loading, /// and any snek commands will be executed on the same instance.