WIP: Format code with Google Typescript formatting guidelines
This commit is contained in:
@@ -4,10 +4,10 @@ import {
|
||||
type ChatInputCommandInteraction,
|
||||
type Client,
|
||||
type InviteStageInstance,
|
||||
} from "discord.js";
|
||||
import type { Sequelize } from "sequelize";
|
||||
} from 'discord.js';
|
||||
import type {Sequelize} from 'sequelize';
|
||||
|
||||
import { quotes } from "./quotes.json";
|
||||
import {quotes} from './quotes.json';
|
||||
|
||||
async function execute(interaction: ChatInputCommandInteraction) {
|
||||
try {
|
||||
@@ -26,8 +26,8 @@ async function initialize() {}
|
||||
export default function (settings: {}) {
|
||||
return {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("quote")
|
||||
.setDescription("Print a quote from League of Legends."),
|
||||
.setName('quote')
|
||||
.setDescription('Print a quote from League of Legends.'),
|
||||
initialize: initialize,
|
||||
execute: execute,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user