/*!
 * ==========================================================================
 * "CoPoKo Space" License
 * GNU General Public License version 3.0 (GPLv3)
 * ==========================================================================
 * This file is part of "CoPoKo Space"
 *
 * "CoPoKo Space" is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * "CoPoKo Space" is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with "CoPoKo Space". If not, see <http://www.gnu.org/licenses/>.
 * ==========================================================================
*/
import Niubi from "./Niubi";
import Unsplash from "./Unsplash";
import Bing from "./Bing";
import Soul from "./Soul";
import Hitokoto from "./Hitokoto";
import SearchEngineLink from "./SearchEngineLink";
import Happypic from "./Happypic";
import Setu from "./Setu";
import Nbnhhsh from "./Nbnhhsh";
import Thum from "./Thum";
import GoogleTranslate from "./GoogleTranslate";
import DecryptMd5 from "./DecryptMd5";
import DNSQuery from "./DNSQuery";
import Poet from "./Poet";
import InterruptRepetition from "./InterruptRepetition";
import WolframAlpha from "./WolframAlpha";
import Balloon from "./Balloon";
import EmojiToSticker from "./EmojiToSticker";
import ReplaceMa from "./ReplaceMa";
import ReplyMaster from "./ReplyMaster";
import ChatID from "./ChatID";
import WebhookInfo from "./WebhookInfo";
import CoCoShell from "./CoCoShell";
import RSS from "./RSS";
import BracketMatch from "./BracketMatch";
import NPMUpload from "./NPMUpload";

const Actions = {
  Niubi,
  Unsplash,
  Bing,
  Soul,
  Hitokoto,
  SearchEngineLink,
  Happypic,
  Setu,
  Nbnhhsh,
  Thum,
  GoogleTranslate,
  DecryptMd5,
  DNSQuery,
  Poet,
  InterruptRepetition,
  WolframAlpha,
  Balloon,
  EmojiToSticker,
  ReplaceMa,
  ReplyMaster,
  ChatID,
  WebhookInfo,
  CoCoShell,
  RSS,
  BracketMatch,
  NPMUpload,
};

export default Actions;
