Available for work

Websites.
Bots.
Built right.

Clean, fast websites and powerful Discord bots - designed to perform from day one. No bloat, no templates.

bot.js
bot.js commands/ticket.js
1// Oliver Development — Discord Bot 2const { Client, GatewayIntentBits, Collection } = require('discord.js') 3const config = require('./config.json') 4 5const client = new Client({ 6 intents: [ 7 GatewayIntentBits.Guilds, 8 GatewayIntentBits.GuildMessages, 9 GatewayIntentBits.MessageContent 10 ] 11}) 12 13client.commands = new Collection() 14 15client.once('ready', () => { 16 console.log(`✓ Logged in as ${client.user.tag}`) 17 client.user.setActivity('oliver-development.com') 18}) 19 20client.on('interactionCreate', async interaction => { 21 if (!interaction.isChatInputCommand()) return 22 const cmd = client.commands.get(interaction.commandName) 23 if (cmd) await cmd.execute(interaction) 24}) 25 26client.login(config.token) 27

What I build

Web development

Responsive, fast sites with clean UI and mobile-first design — built from scratch, tailored to your brand.

Node.js Express MariaDB Cloudflare

Discord bots

Moderation, tickets, economy, automation — whatever your community needs, built to be reliable and easy to manage.

discord.js discord.py Slash commands Webhooks

Recent work

Web

Business website

Full-stack client portal with booking system, Google OAuth, and admin panel.

Text
#general
#tickets
#logs
Voice
🔊Lounge
Oliver-Bot
New Ticket #042
User
Discord

Advanced Discord bot

Ticket system, modular cogs, autoroles, audit logging and moderation.


Let's build something.

Have a project in mind? Drop me a message and I'll get back to you quickly with a quote or to talk it through.