import {Command, NamedCommand} from "../../core"; export default new NamedCommand({ description: "Gives you the Github link.", run: "https://github.com/keanuplayz/TravBot-v3" });