Fixed something in Canary.cs

This commit is contained in:
Toastie 2024-03-23 20:50:52 +13:00
parent 320626cf2a
commit b7f1a0a3db
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -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.