Back to Projects
Hallow Bot's avatar — a cat wearing sunglasses, a bucket hat, and a heart necklace

Hallow Bot

Discord bot
Offline · retired since 2021

A simple general-purpose Discord bot, built in high school while learning JavaScript. Message commands only — no slash commands, no database.

Built January 2021 · JavaScript + discord.js

About

Hallow Bot is a general-purpose Discord bot I built in high school to learn JavaScript. It runs on discord.js and replies to plain message commands prefixed with . — a few moderation basics like kick, ban, and clear, plus some information and utility commands. Nothing fancy: no database, no slash commands, just message event listeners and a lot of trial and error.

Commands

.infoShows info about the bot.
.pingChecks the bot's response time.
.helpLists all available commands.
.clear / .purge / .pDeletes up to 100 messages (requires Manage Messages).
.avatar / .avShows your avatar, or a mentioned user's.
.userinfo / .ui / .uShows account creation date and server join date.
.kickKicks a mentioned member (requires Kick Members).
.banBans a mentioned member (requires Ban Members).
.serverinfoShows server creation date, owner, member count, and boosts.

Built with

JavaScript Node.js discord.js