basic claim function

This commit is contained in:
SowinskiBraeden committed 2022-12-07 14:10:53 -08:00
1 parent d3264d4cfc
commit 8cbb3efd12
6 files changed
+224 -147

No files matched your search

+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = {
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
IconURL: "",
Colors: {
Default: "#6e5145",
Default: "#f05724",
Red: "#ba0f0f",
Green: "#32a852",
Yellow: "#ffb01f"