diff --git a/.template.config/template.json b/.template.config/template.json
index 88d6c74..2dcc145 100644
--- a/.template.config/template.json
+++ b/.template.config/template.json
@@ -1,11 +1,15 @@
{
"$schema": "http://json.schemastore.org/template",
"author": "EllieBot Team",
- "classifications": [ "ellie", "marmalade", "template" ],
+ "classifications": [
+ "ellie",
+ "marmalade",
+ "template"
+ ],
"identity": "ellie-marmalade",
"name": "Ellie Marmalade",
"shortName": "ellie-marmalade",
- "sourceName":"ellie-marmalade",
+ "sourceName": "ellie-marmalade",
"sources": [
{
"modifiers": [
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ca29317
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+Template in order to create a ellie marmalade.
\ No newline at end of file
diff --git a/TestCanary.cs b/TestCanary.cs
index aabb409..03a46d5 100644
--- a/TestCanary.cs
+++ b/TestCanary.cs
@@ -2,9 +2,9 @@
public sealed class MyCanary : Canary
{
- [cmd]
- public async Task Hello(AnyContext ctx)
- {
- await ctx.SendConfirmAsync($"Hello everyone!");
- }
-}
+ [cmd]
+ public async Task Hello(AnyContext ctx)
+ {
+ await ctx.SendConfirmAsync($"Hello everyone!");
+ }
+}
\ No newline at end of file
diff --git a/cmds.yml b/cmds.yml
index 570cf19..6f22268 100644
--- a/cmds.yml
+++ b/cmds.yml
@@ -1,5 +1,5 @@
hello:
desc: "This is a basic hello command"
args:
- - ""
- - "@Someone"
+ - ""
+ - "@Someone"
\ No newline at end of file
diff --git a/ellie-marmalade.csproj b/ellie-marmalade.csproj
index e6544a9..418b6fa 100644
--- a/ellie-marmalade.csproj
+++ b/ellie-marmalade.csproj
@@ -2,9 +2,9 @@
net8.0
-
+
enable
-
+
@@ -19,21 +19,21 @@
ellie-marmalade
Ellie Marmalade Template
EllieBot Team
- Template in order to create a ellie marmalade.
+ Template in order to create a ellie medusa.
dotnet-new;templates
-
+
all
@@ -47,4 +47,4 @@
-
\ No newline at end of file
+
diff --git a/ellie-marmalade.sln b/ellie-marmalade.sln
new file mode 100644
index 0000000..4b3620b
--- /dev/null
+++ b/ellie-marmalade.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.5.002.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ellie-marmalade", "ellie-marmalade.csproj", "{82CAD9A8-93FE-45E2-9A4E-6014E300AA96}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {82CAD9A8-93FE-45E2-9A4E-6014E300AA96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {82CAD9A8-93FE-45E2-9A4E-6014E300AA96}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {82CAD9A8-93FE-45E2-9A4E-6014E300AA96}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {82CAD9A8-93FE-45E2-9A4E-6014E300AA96}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {0FBCB96F-46AC-4BD0-9D46-DCB6016BCB82}
+ EndGlobalSection
+EndGlobal