diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | bot_discord.js | 2 | ||||
| -rw-r--r-- | build/config.gypi | 68 |
3 files changed, 2 insertions, 70 deletions
@@ -1,6 +1,6 @@ <div align="center">
<h1>AleeBot</h1>
- <p>A bot that's made from the Discord.JS api! This bot is made for discord servers.</p>
+ <p>An all-in-one bot that's made from the Discord.JS api! This bot is made for discord servers.</p>
<p>Project by Alee Productions</p>
<a href="https://discordbots.org/bot/282547024547545109"><img src="https://discordbots.org/api/widget/status/282547024547545109.svg" alt="AleeBot Status Widget" />
</a><a href="https://discord.gg/EFhRDqG"><img src="https://img.shields.io/discord/243022206437687296.svg?colorB=7289DA&label=discord" alt="Discord Badge"> </a>
diff --git a/bot_discord.js b/bot_discord.js index e0f94a1..e8d18e1 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -210,7 +210,7 @@ client.on('ready', () => { });
}, 200000);
client.user.setStatus('online');
- client.channels.find('id', '606602551634296968').send("**AleeBot Status:** AleeBot has started.");
+ //client.channels.find('id', '606602551634296968').send("**AleeBot Status:** AleeBot has started.");
rl.prompt();
});
diff --git a/build/config.gypi b/build/config.gypi deleted file mode 100644 index aff4b3b..0000000 --- a/build/config.gypi +++ /dev/null @@ -1,68 +0,0 @@ -# Do not edit. File was generated by node-gyp's "configure" step -{ - "target_defaults": { - "cflags": [], - "default_configuration": "Release", - "defines": [], - "include_dirs": [], - "libraries": [] - }, - "variables": { - "asan": 0, - "build_v8_with_gn": "false", - "coverage": "false", - "debug_nghttp2": "false", - "enable_lto": "false", - "enable_pgo_generate": "false", - "enable_pgo_use": "false", - "force_dynamic_crt": 0, - "host_arch": "x64", - "icu_gyp_path": "tools/icu/icu-system.gyp", - "icu_small": "false", - "llvm_version": 0, - "node_byteorder": "little", - "node_debug_lib": "false", - "node_enable_d8": "false", - "node_enable_v8_vtunejit": "false", - "node_experimental_http_parser": "false", - "node_install_npm": "false", - "node_module_version": 67, - "node_no_browser_globals": "false", - "node_prefix": "/usr", - "node_release_urlbase": "", - "node_shared": "false", - "node_shared_cares": "true", - "node_shared_http_parser": "true", - "node_shared_libuv": "true", - "node_shared_nghttp2": "true", - "node_shared_openssl": "true", - "node_shared_zlib": "true", - "node_tag": "", - "node_target_type": "executable", - "node_use_bundled_v8": "true", - "node_use_dtrace": "false", - "node_use_etw": "false", - "node_use_large_pages": "false", - "node_use_openssl": "true", - "node_use_pch": "false", - "node_use_v8_platform": "true", - "node_with_ltcg": "false", - "node_without_node_options": "false", - "openssl_fips": "", - "shlib_suffix": "so.67", - "target_arch": "x64", - "v8_enable_gdbjit": 0, - "v8_enable_i18n_support": 1, - "v8_enable_inspector": 1, - "v8_no_strict_aliasing": 1, - "v8_optimized_debug": 1, - "v8_promise_internal_field_count": 1, - "v8_random_seed": 0, - "v8_trace_maps": 0, - "v8_typed_array_max_size_in_heap": 0, - "v8_use_snapshot": "true", - "want_separate_host_toolset": 0, - "nodedir": "/home/andrew/.node-gyp/11.2.0", - "standalone_static_library": 1 - } -} |
