Start making a bot with a few example commands
diff --git a/src/config.json b/src/config.json
new file mode 100644
index 0000000..be1c089
--- /dev/null
+++ b/src/config.json
@@ -0,0 +1,11 @@
+{
+ "token": "your-token-here",
+ "developmentToken": "NzEzMzIwMzc5MzY3ODE3MjM2.XseZXw.-NeXEfWg25j2nJ5VDWMrjlxigH4",
+ "managementGuildID": "your-management-guild-id-here",
+ "developmentGuildID": "864185037078790195",
+ "enableDevelopment": true,
+ "owners": [
+ "317731855317336067",
+ "438733159748599813"
+ ]
+}
\ No newline at end of file