🔧

Utility Commands

Utility

Handy tools for translation, weather lookups, and bot diagnostics.

On this page

Overview

3AT includes a set of utility commands for everyday tasks — translate text, check the weather, or test the bot’s connection speed.

Ping

Check the bot’s latency with /ping. The response shows:

MetricWhat It Measures
WebSocketHeartbeat latency between bot and Discord gateway
APIRound-trip time for a Discord API call

Useful for diagnosing if the bot feels slow.

Translate

Use /trans to translate text between languages.

/trans word:Hello, how are you?
OptionRequiredDescription
wordYesThe text to translate

The bot auto-detects the source language and translates to Vietnamese by default. Supports 100+ languages via Google Translate.

Weather

Get current weather conditions for any city with /weather.

/weather location:Tokyo

The response includes:

  • Temperature (°C)
  • Conditions (sunny, cloudy, rain, etc.) with icon
  • Humidity percentage
  • Wind speed

Commands Reference

CommandDescriptionExample
/pingCheck bot latency/ping
/transTranslate text/trans word:Bonjour
/weatherGet weather info/weather location:London
← Back to Guide
On this page