import { StoredCommand, CommandCategory } from '../../../types';

// eslint-disable-next-line import/no-webpack-loader-syntax
const code = require('!!raw-loader!./ghost.wavtool').default.replace(/^\s*\/\/\/.*\n*/g, '');

export default {
  id: "ghost",
  name: "Ghost",
  author_id: 0,
author_name: "wavtool.com",
  category: CommandCategory.Effect,
  description: "Uses reversed reverb to create a spooky effect.",
  code
} as StoredCommand;
