You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Boolean/Config.cs
+4
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ public static class Strings
22
22
"__**/set channel <purpose>**__\n"+
23
23
"\u2800Marks a channel for a specific purpose, such as for welcoming messages, starboard, server logs, etc.\n";
24
24
25
+
publicconststringContributeMsg="Hello and thank you for your interest in contributing to Boolean!\n\n"+
26
+
"To get started, please visit our open source [repository](https://github.com/conaticusgrp/boolean) and check out our [contributing guide](https://github.com/conaticusgrp/boolean/blob/main/CONTRIBUTING.md). "+
27
+
"Once completed, you may review our [issues](https://github.com/conaticusgrp/boolean/issues) and choose whichever task you are interested in.";
0 commit comments